scipp / sciline

Build scientific pipelines for your data
https://scipp.github.io/sciline/
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Sphinx typehints plugin invalidates caches #142

Open jl-wynen opened 8 months ago

jl-wynen commented 8 months ago

When using the typehints sphinx extension, the sphinx caches seem to be invalidated every time tox -e docs is called. This means that building the docs takes too long. Sphinx prints this

[config changed ('typehints_formatter')] 101 added, 0 changed, 0 removed

Can we do something about this?