Skip to content

Commit 620749b

Browse files
committed
unexclude api from exclude_patterns
1 parent 532ae1e commit 620749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def skip_submodules(
124124
# List of patterns, relative to source directory, that match files and
125125
# directories to ignore when looking for source files.
126126
# This patterns also effect to html_static_path and html_extra_path
127-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "talks", "api"]
127+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "talks"]
128128

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

0 commit comments

Comments
 (0)