comparison 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
comparison
equal deleted inserted replaced
336:2ff1e678e611 337:104a7776402b
30 f.read(), 30 f.read(),
31 re.MULTILINE).group(1).decode("ascii") 31 re.MULTILINE).group(1).decode("ascii")
32 32
33 33
34 # -- General configuration --------------------------------------------------- 34 # -- General configuration ---------------------------------------------------
35
36 master_doc = "index"
35 37
36 # Add any Sphinx extension module names here, as strings. They can be 38 # Add any Sphinx extension module names here, as strings. They can be
37 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 39 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
38 # ones. 40 # ones.
39 extensions = [ 41 extensions = [