Skip to content

Commit

Permalink
Remove platform_path from conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjbford committed Aug 12, 2018
1 parent a3f1044 commit b02073c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
# add jasper_library directory to sys.path so autodoc can document its modules.
jasper_library_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'jasper_library'))
sys.path.insert(0, jasper_library_path)
platform_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'jasper_library', 'platform'))
sys.path.insert(1, platform_path)
# Workaround to include __init__'s with sphinx-apidoc generated documnentation.
# Code found here: https://stackoverflow.com/questions/5599254/how-to-use-sphinxs-autodoc-to-document-a-classs-init-self-method
def skip(app, what, name, obj, skip, options):
Expand Down Expand Up @@ -198,4 +196,4 @@ def setup(app):
# -- Options for todo extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
todo_include_todos = True

0 comments on commit b02073c

Please sign in to comment.