Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de07210 commit 6129250Copy full SHA for 6129250
1 file changed
Doc/conf.py
@@ -38,7 +38,8 @@
38
needs_sphinx = '1.2'
39
40
# Ignore any .rst files in the venv/ directory.
41
-exclude_patterns = ['venv/*', 'README.rst']
+venvdir = os.getenv('VENVDIR', 'venv')
42
+exclude_patterns = [venvdir+'/*', 'README.rst']
43
44
45
# Options for HTML output
0 commit comments