Skip to content

Commit 39dae0d

Browse files
committed
Fix suppress_warnings config in conf.py
1 parent b59ff8b commit 39dae0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
typehints_defaults = "comma"
130130
typehints_use_signature = True
131131
simplify_optional_unions = False
132-
suppress_warnings = ['autosectionlabel.*']
133132
autosectionlabel_prefix_document = True
134133
# Intersphinx mapping
135134
intersphinx_mapping = {
@@ -251,6 +250,9 @@
251250
"design.grid",
252251
"config.cache",
253252
"design.fa-build",
253+
"autosectionlabel.*",
254+
"ref.python",
255+
"toc.not_included"
254256
]
255257

256258
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)