Skip to content

Commit 81e4659

Browse files
committed
docs: sphinx config: ignore generated file dir
1 parent 34ce0bb commit 81e4659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apidoc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.
79-
exclude_patterns = ["_build"]
79+
exclude_patterns = ["_build", "docs"]
8080

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

0 commit comments

Comments
 (0)