Skip to content

Commit

Permalink
One last try to get docs building.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliezerIsrael committed May 27, 2015
1 parent 9f918db commit 688e1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('..') + "/sefaria")
sys.path.insert(1, os.path.abspath('..'))
sys.path.insert(1, os.path.abspath('..') + "/sefaria")
os.environ["DJANGO_SETTINGS_MODULE"] = "sefaria.settings"
# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit 688e1bc

Please sign in to comment.