Skip to content

Commit fba7101

Browse files
committed
be more specific with exclude_patterns
1 parent 0a59b65 commit fba7101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def autoapi_prepare_jinja_env(jinja_env):
171171
".env",
172172
".venv",
173173
".direnv",
174-
".devcontainer/*",
174+
".devcontainer/Readme.md",
175175
"data",
176176
"docs/autoapi",
177177
"docs/README.md",

0 commit comments

Comments
 (0)