summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@github.com>2023-01-20 19:33:09 +0300
committerSergey Shepelev <temotor@gmail.com>2023-01-20 19:33:09 +0300
commit3740657dd7f01f0630a8753f9d7434bff3875d82 (patch)
tree57f173df7e888393ba56d15423c5294fe76274c8
parentd05b2a9dde875eece42c8c09c7a793dd43407cc3 (diff)
downloadeventlet-3740657dd7f01f0630a8753f9d7434bff3875d82.tar.gz
doc: fix sys.path for shared sphinx-build
https://github.com/eventlet/eventlet/issues/785 Signed-off-by: Sergey Shepelev <temotor@gmail.com>
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index cda080f..37d2f81 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -16,7 +16,7 @@ import sys, os
# 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.append(os.path.abspath('.'))
+sys.path.append(os.path.abspath(".."))
# -- General configuration -----------------------------------------------------