Skip to content

Commit

Permalink
Path change in doc conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
connorourke committed Aug 6, 2018
1 parent 7788436 commit e08b9a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The code has been tested with Python versions 3.5 and above.


.. toctree::
:maxdepth: 3
:maxdepth: 4
:caption: Documentation:

modules
Expand Down
7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
import os
import sys
import alabaster
import crystal_torture

html_theme_path = [alabaster.get_path()]
extensions = ['alabaster']
html_theme = 'alabaster'

sys.path.append('/home/cor/bin/src/crystal_torture/')
#sys.path.append('/crystal_torture/')
sys.path.insert(0, os.path.abspath('../../'))

import crystal_torture


# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit e08b9a1

Please sign in to comment.