diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-11-09 01:16:32 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-11-09 01:16:32 -0500 |
| commit | afdcfb9e1e7ab223da8bb5e4ad412e8852ff3d44 (patch) | |
| tree | a63ccb223e7a941cf8324eb50155d0f06f777fd8 /api-docs/source | |
| parent | fdad629b8e9d859607d70d2712eee1684fd31614 (diff) | |
tweak some sphinx configs
Diffstat (limited to 'api-docs/source')
| -rw-r--r-- | api-docs/source/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 42bcfb87..ac6042b4 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -121,7 +121,7 @@ exclude_patterns = [] # If true, the current module name will be prepended to all description # unit titles (such as .. function::). # -# add_module_names = True +add_module_names = False # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. @@ -211,7 +211,7 @@ html_static_path = ['_static'] # If false, no module index is generated. # -# html_domain_indices = True +html_domain_indices = False # If false, no index is generated. # @@ -219,11 +219,11 @@ html_static_path = ['_static'] # If true, the index is split into individual pages for each letter. # -# html_split_index = False +html_split_index = False # If true, links to the reST sources are added to the pages. # -# html_show_sourcelink = True +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. # |
