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 75b6ab8 commit 280bd53Copy full SHA for 280bd53
1 file changed
Doc/conf.py
@@ -68,8 +68,10 @@
68
# Minimum version of sphinx required
69
needs_sphinx = '3.2'
70
71
+# Ignore any .rst files in the includes/ directory;
72
+# they're embedded in pages but not rendered individually.
73
# Ignore any .rst files in the venv/ directory.
-exclude_patterns = ['venv/*', 'README.rst']
74
+exclude_patterns = ['includes/*.rst', 'venv/*', 'README.rst']
75
venvdir = os.getenv('VENVDIR')
76
if venvdir is not None:
77
exclude_patterns.append(venvdir + '/*')
0 commit comments