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 3af8b68 commit a88f12aCopy full SHA for a88f12a
doc/source/conf.py
@@ -98,9 +98,9 @@
98
if (fname == 'index.rst'
99
and os.path.abspath(dirname) == source_path):
100
continue
101
- elif pattern == '-api' and dirname == 'api':
+ elif pattern == '-api' and dirname == 'reference':
102
exclude_patterns.append(fname)
103
- elif fname != pattern:
+ elif pattern != '-api' and fname != pattern:
104
105
106
with open(os.path.join(source_path, 'index.rst.template')) as f:
0 commit comments