You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround for issues with conf.py values being ignored
Setting any of the configuration variables is only reflected in the ```app.config._raw_config``` dict
* The ```app.config``` object always contains the default values from ```app.add_config_value()```
I have no doubt it's something I did wrong but I haven't been able to find anything yet so for now.... this
0 commit comments