Skip to content

Commit

Permalink
RTD debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jul 26, 2018
1 parent 5c991f3 commit 4342b6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
import sys
import sphinx_rtd_theme

path = os.path.abspath('..')
sys.path.insert(0, path)
# To get ReadTheDocs working - autodoc missing modules error
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))

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

Expand Down

0 comments on commit 4342b6e

Please sign in to comment.