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 0baf0c7 commit 5f78158Copy full SHA for 5f78158
Doc/conf.py
@@ -114,7 +114,7 @@
114
# Ignore any .rst files in the includes/ directory;
115
# they're embedded in pages but not rendered as individual pages.
116
# Ignore any .rst files in the venv/ directory.
117
-exclude_patterns = ['includes/*.rst', 'venv/*', 'README.rst']
+exclude_patterns = ['includes/*.rst', 'venv(-pdf)?/*', 'README.rst']
118
venvdir = os.getenv('VENVDIR')
119
if venvdir is not None:
120
exclude_patterns.append(venvdir + '/*')
0 commit comments