Skip to content

Commit 9bb9876

Browse files
authored
Merge pull request #183 from scipp/suppress-sphinx-cache-warning
Suppress Sphinx cache warning
2 parents 102b1ec + 82ed77a commit 9bb9876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/docs/conf.py.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ try:
3737
import sciline.sphinxext.domain_types # noqa: F401
3838

3939
extensions.append('sciline.sphinxext.domain_types')
40+
# See https://github.com/tox-dev/sphinx-autodoc-typehints/issues/457
41+
suppress_warnings = ["config.cache"]
4042
except ModuleNotFoundError:
4143
pass
4244
{% endif %}

0 commit comments

Comments
 (0)