Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 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 | 2ff1e678e611 |
| children | a423bc0e2a3f |
| files | docs/conf.py |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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.
