We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4967925 commit e4b618dCopy full SHA for e4b618d
readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl
@@ -178,3 +178,7 @@ if chinese:
178
latex_elements = latex_elements_user or latex_elements_rtd
179
elif japanese:
180
latex_engine = latex_engine_user or 'platex'
181
+
182
+# Make sure our build directory is always excluded
183
+exclude_patterns = globals().get('exclude_patterns', [])
184
+exclude_patterns.extend(['_build'])
0 commit comments