[Python-modules-commits] [twisted] 11/16: fix-sphinx-import-path
Free Ekanayaka
freee at moszumanska.debian.org
Mon Aug 28 17:40:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch patch-queue/master
in repository twisted.
commit e6d36bd9ab300236e503d9edde1af61608211f06
Author: Free Ekanayaka <freee at debian.org>
Date: Fri Nov 4 07:26:00 2016 +0000
fix-sphinx-import-path
Adjust the import path in the Sphinx configuration file to
match the new source files location (src/).
Gbp-Pq: Name 0006-fix-sphinx-import-path.patch
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index a806c64..f7f8f93 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,7 +19,7 @@ import os
# 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('./_extensions'))
-sys.path.insert(0, os.path.abspath('..'))
+sys.path.insert(0, os.path.abspath('../src'))
# -- General configuration ------------------------------------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git
More information about the Python-modules-commits
mailing list