Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/conf.py @ 337:104a7776402b
FIX: sphinx-build: make "index.rst" the master document instead of the default "contents.rst"
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 02 Dec 2022 14:56:15 +0100 |
| parents | fdbb78c54ffb |
| children | 673505e96cea |
line wrap: on
line diff
--- a/docs/conf.py Fri Dec 02 14:53:29 2022 +0100 +++ b/docs/conf.py Fri Dec 02 14:56:15 2022 +0100 @@ -33,6 +33,8 @@ # -- General configuration --------------------------------------------------- +master_doc = "index" + # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones.
