Skip to content

Commit

Permalink
Try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Apr 18, 2017
1 parent 9f0ee9c commit fb96b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
release = "0.6.3"


sys.path.insert(0, os.path.abspath("../../ThermoPyle/ThermoPyle.pyx"))
sys.path.insert(0, os.path.abspath("../../ThermoPyle/"))
sys.path.insert(1, os.path.abspath("../../notebooks/"))
sys.path.insert(1, os.path.abspath("../../plots/"))
Expand Down Expand Up @@ -59,7 +60,7 @@

autodoc_mock_imports = [
"pyrsistent", "arrow", "matplotlib", "mpl_toolkits", "matplotlib.pyplot",
"pandas", "cytoolz", "numpy", "mpl_toolkits.mplot3d", "Cython", "matplotlib.mlab", "matplotlib.cm"
"pandas", "cytoolz", "numpy", "mpl_toolkits.mplot3d", "matplotlib.mlab", "matplotlib.cm"
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit fb96b6e

Please sign in to comment.