Commit Graph

1 Commits

Author SHA1 Message Date
Aleš Matěj 259e4c9d67 Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme`
RTD no longer automatically generates config files.

The `.readthedocs.yaml` is now required: https://blog.readthedocs.com/migrate-configuration-v2/

The `conf.py` for Sphinx is also required: https://blog.readthedocs.com/doctool-without-configuration-file/
- The previously automatically generated `conf.py` contained
  `sphinx_rtd_theme` -> in order to keep it we have to set it and add it
  as a requirement.
- The version field in `conf.py.in` remains uncofigured but I don't
  think it is a problem because it doesn't shows up in the html docs.
2024-02-09 13:25:45 +01:00