kedro-org / kedro-sphinx-theme

Apache License 2.0
2 stars 0 forks source link

Remove `conf.py` and replace contents by config manipulation #8

Open astrojuanlu opened 3 weeks ago

astrojuanlu commented 3 weeks ago

When I created the theme, I was under the impression that the theme conf.py would serve as a baseline that then was automatically extended by the site conf.py.

However, after debugging with @Huongg, I got the feeling that the site conf.py was overriding the theme conf.py.

And finally, after a quick investigation, I realized that normally Sphinx theme don't have their own conf.py.

See for example:

We'd need to look into this closely.