We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fe46a commit 3e9009fCopy full SHA for 3e9009f
1 file changed
conf.py
@@ -91,7 +91,7 @@
91
# List of patterns, relative to source directory, that match files and
92
# directories to ignore when looking for source files.
93
# This patterns also effect to html_static_path and html_extra_path
94
-exclude_patterns = ['venv', '_build','_themes','scripts', 'README.md' ]
+exclude_patterns = ['venv', '_build','_themes','scripts', 'README.md', '.github' ]
95
96
# The name of the Pygments (syntax highlighting) style to use.
97
pygments_style = 'sphinx'
0 commit comments