We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4128850 commit 0d199abCopy full SHA for 0d199ab
template/docs/conf.py.jinja
@@ -30,7 +30,7 @@ extensions = [
30
'myst_parser',
31
]
32
try:
33
- import sciline.sphinxext.domain_types
+ import sciline.sphinxext.domain_types # noqa: F401
34
extensions.append('sciline.sphinxext.domain_types')
35
except ModuleNotFoundError:
36
pass
0 commit comments