Skip to content

Commit

Permalink
This should fix documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Apr 18, 2017
1 parent 334b82a commit 03f3c73
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@
# The full version, including alpha/beta/rc tags.
release = "0.6.3"

sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath(".."))

sys.path.insert(0, os.path.abspath("../../ThermoPyle/"))
sys.path.insert(0, os.path.abspath("/../ThermoPyle/"))
sys.path.insert(0, os.path.abspath("./ThermoPyle/"))
sys.path.insert(0, os.path.abspath("../../notebooks/"))
sys.path.insert(0, os.path.abspath("../../"))
sys.path.insert(0, os.path.abspath("../../plots/"))
sys.path.insert(1, os.path.abspath("../../notebooks/"))
sys.path.insert(1, os.path.abspath("../../plots/"))

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit 03f3c73

Please sign in to comment.