[Python-modules-commits] [python-hypothesis] 05/07: Delay __version__ import.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Fri Jul 7 12:50:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-hypothesis.
commit ab18fca80e13e14bb6b40c4878a828605c517726
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Fri Jul 7 14:43:57 2017 +0200
Delay __version__ import.
---
docs/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index ee65926..4a84cba 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,14 +24,14 @@ import os
import sys
import datetime
-from hypothesis import __version__
-
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
sys.path.append(
os.path.join(os.path.dirname(__file__), '..', 'src')
)
+from hypothesis import __version__
+
autodoc_member_order = 'bysource'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git
More information about the Python-modules-commits
mailing list