We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757e3a3 commit aff436cCopy full SHA for aff436c
1 file changed
conf.py
@@ -192,7 +192,12 @@ def autoapi_prepare_jinja_env(jinja_env):
192
# Port READMEs in various formats
193
"ports/*/README*",
194
]
195
-exclude_patterns = ["docs/autoapi/templates/**", "docs/README.md"]
+exclude_patterns = [
196
+ "docs/autoapi/templates/**",
197
+ "docs/README.md",
198
+ "AGENTS.md",
199
+ "**/AGENTS.md",
200
+]
201
202
# The reST default role (used for this markup: `text`) to use for all
203
# documents.
0 commit comments