Skip to content

Commit

Permalink
docs: more trial and error on rtd [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Nov 17, 2016
1 parent baa4ec0 commit 757b52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def skip(app, what, name, obj, skip, options):
def setup(app):
app.connect("autodoc-skip-member", skip)

sys.path.insert(0, PROJECT_ROOT_DIR)
sys.path.append(PROJECT_ROOT_DIR)

else:
render_examples = True
Expand Down

0 comments on commit 757b52c

Please sign in to comment.