working cleanly, but you can still build a decent version of the docs
from the ``doc`` subdirectory with::
- $ PYTHONPATH=.. make SPHINXBUILD=sphinx-build-2.7 dirhtml
+ $ make SPHINXBUILD=sphinx-build-2.7 dirhtml
Usage
=====
# 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('.'))
+_this_dir = os.path.dirname(os.path.abspath(__file__))
+_doc_dir = os.path.dirname(_this_dir)
+_base_dir = os.path.dirname(_doc_dir)
+sys.path.insert(0, _base_dir)
# -- General configuration -----------------------------------------------------