Skip to content

Commit 3e9009f

Browse files
authored
exclude ".github" folder from "conf.py". (#866)
Signed-off-by: Tomoya.Fujita <tomoya.fujita825@gmail.com>
1 parent 53fe46a commit 3e9009f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# List of patterns, relative to source directory, that match files and
9292
# directories to ignore when looking for source files.
9393
# This patterns also effect to html_static_path and html_extra_path
94-
exclude_patterns = ['venv', '_build','_themes','scripts', 'README.md' ]
94+
exclude_patterns = ['venv', '_build','_themes','scripts', 'README.md', '.github' ]
9595

9696
# The name of the Pygments (syntax highlighting) style to use.
9797
pygments_style = 'sphinx'

0 commit comments

Comments
 (0)