diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-10-04 12:11:31 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-10-04 12:11:31 -0400 |
commit | 001ca6b453de3d25c4cb391b169fecd88abf7e38 (patch) | |
tree | 9529db209d44e8ff8a0a7999e1fe88e93d043d99 /doc/build/conf.py | |
parent | 9055282a969fb92c7d28bcbf83e23c65000155df (diff) | |
download | external_python_mako-use_zzzeeksphinx.tar.gz external_python_mako-use_zzzeeksphinx.tar.bz2 external_python_mako-use_zzzeeksphinx.zip |
- tweaksuse_zzzeeksphinx
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 89c95d6..5197ea0 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -174,9 +174,11 @@ html_domain_indices = False # If true, the reST sources are included in the HTML build as _sources/<name>. #html_copy_source = True +html_copy_source = 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. #html_show_sphinx = True |