Skip to content

Commit

Permalink
Fix readthedocs?
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysgt committed Jan 18, 2024
1 parent 2664393 commit dafc1ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defdap/crystal.py
Expand Up @@ -296,7 +296,7 @@ def __init__(self, slip_plane, slip_dir, crystal_structure, c_over_a=None):
Parameters
----------
slip_plane: nunpy.ndarray
slip_plane: numpy.ndarray
Slip plane.
slip_dir: numpy.ndarray
Slip direction.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Expand Up @@ -79,6 +79,8 @@ def get_version():

nbsphinx_allow_errors = True
nbsphinx_execute = 'always'
nbsphinx_kernel_name = 'python3'

nbsphinx_prolog = """
This page was built from the example_notebook Jupyter notebook available on `Github <https://github.com/MechMicroMan/DefDAP>`_
Expand Down

0 comments on commit dafc1ca

Please sign in to comment.