Skip to content

Commit 256b95e

Browse files
committed
[joinrpg-docs-253] ignore howto warnings
1 parent 9fd921f commit 256b95e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# List of patterns, relative to source directory, that match files and
8888
# directories to ignore when looking for source files.
8989
# This patterns also effect to html_static_path and html_extra_path
90-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
90+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'howto-doc.md']
9191

9292
# The reST default role (used for this markup: `text`) to use for all
9393
# documents.

0 commit comments

Comments
 (0)