summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-05-27 14:11:43 (GMT)
committerMats Wichmann <mats@linux.com>2020-05-30 12:27:58 (GMT)
commitff57c327cd155d5e1c734b81ee954663ab2c5a20 (patch)
treeeb35a7c349a7d2ca8aa34bc0e4b9e6f872388bdf /doc
parent19bc1520f0fe52662c9fc49a68652730f4544448 (diff)
downloadSCons-ff57c327cd155d5e1c734b81ee954663ab2c5a20.zip
SCons-ff57c327cd155d5e1c734b81ee954663ab2c5a20.tar.gz
SCons-ff57c327cd155d5e1c734b81ee954663ab2c5a20.tar.bz2
A bit more sphinx docbuild tweaking [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/SCons.rst16
-rw-r--r--doc/sphinx/conf.py3
2 files changed, 2 insertions, 17 deletions
diff --git a/doc/sphinx/SCons.rst b/doc/sphinx/SCons.rst
index c92b957..b9959e3 100644
--- a/doc/sphinx/SCons.rst
+++ b/doc/sphinx/SCons.rst
@@ -81,22 +81,6 @@ SCons.Environment module
:undoc-members:
:show-inheritance:
-SCons.EnvironmentValues module
-------------------------------
-
-.. automodule:: SCons.EnvironmentValues
- :members:
- :undoc-members:
- :show-inheritance:
-
-SCons.EnvironmentValuesTest module
-----------------------------------
-
-.. automodule:: SCons.EnvironmentValuesTest
- :members:
- :undoc-members:
- :show-inheritance:
-
SCons.Errors module
-------------------
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index 474f765..bfd7057 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -40,7 +40,8 @@ extensions = [
'sphinx.ext.viewcode',
]
-autodoc_default_flags = [":members:", ":undoc-members:", ":show-inheritance:"]
+autosummary_generate = True
+
autodoc_default_options = {
"members": True,
"special-members": True,