pradyunsg / furo

A clean customizable documentation theme for Sphinx
https://pradyunsg.me/furo/quickstart
MIT License
2.59k stars 301 forks source link

Patch ``app.config`` in a more resilient manner #783

Closed AA-Turner closed 2 months ago

AA-Turner commented 2 months ago

I had to add a workaround to _update_default in Sphinx 7.3.2.

There's no officially-supported method to change the default, but I believe the method here will work on pre and post Sphinx 7.3 -- in effect, if the user has not overriden the default via either conf.py or command-line overrides, set the new default value.

A