(small fix): add full path for sphinx

This ps adds the full path for Sphinx so the automodule classes
will show properly on Readthedocs.

Change-Id: I337e5b9a90d3a9d99f4e8270271fcf7ddc67b305
This commit is contained in:
Krysta 2018-02-14 08:33:29 -06:00
parent ff5c66046d
commit 113365f552
1 changed files with 4 additions and 7 deletions

View File

@ -16,10 +16,10 @@
# 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.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))
# -- General configuration ------------------------------------------------
@ -177,6 +177,3 @@ texinfo_documents = [
author, 'deckhand', 'Document-based configuration storage service.',
'Miscellaneous'),
]