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 b30368f commit 45e70c1Copy full SHA for 45e70c1
docs/conf.py
@@ -90,7 +90,12 @@
90
91
# List of patterns, relative to source directory, that match files and
92
# directories to ignore when looking for source files.
93
-exclude_patterns = ["_build"]
+exclude_patterns = [
94
+ "_build",
95
+ "samples/AUTHORING_GUIDE.md",
96
+ "samples/CONTRIBUTING.md",
97
+ "samples/snippets/README.rst",
98
+]
99
100
# The reST default role (used for this markup: `text`) to use for all
101
# documents.
0 commit comments