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
doc: Clean up and modernize Sphinx configuration (fixes#463) (#465)
* Switch from setuptools' pkg_resources to importlib.metadata.
The remaining changes are based on a fresh invocation of sphinx-quickstart (version 7.2.6), trying to format our existing modifications in the same style.
* Update string literals to assume UTF-8 default.
* Remove commented Sphinx configuration options.
* Remove Sphinx options which are at their default.
* Reorder, project settings first.
* Remove explanatory comments on configuration options.
* Include section headers as generated via sphinx-quickstart.
* Remove default HTML theme option.
* Reorder (sort) extensions.
* Fix undefined default language.
* Rename modernized Sphinx options.
* Clean up section headings and move autodoc option down.
* Import Makefile generated by sphinx-quickstart.
0 commit comments