diff options
author | Brad King <brad.king@kitware.com> | 2021-05-14 14:55:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-05-14 14:55:16 (GMT) |
commit | fa8599e9a6297585513e9849f5ce086b81f42eb0 (patch) | |
tree | 9f692851af7ac99b501d2949e7e52ee64b7f561d /Utilities | |
parent | 21da0f83a21794bdd283210608ca7c127db084ec (diff) | |
parent | bb9c69ed7052614546d34d98a9cf1218e4a45bdc (diff) | |
download | CMake-fa8599e9a6297585513e9849f5ce086b81f42eb0.zip CMake-fa8599e9a6297585513e9849f5ce086b81f42eb0.tar.gz CMake-fa8599e9a6297585513e9849f5ce086b81f42eb0.tar.bz2 |
Merge topic 'sphinx-4'
bb9c69ed70 Utilities/Sphinx: Update man page config for Sphinx 4
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6126
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/conf.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in index 5def681..c383828 100644 --- a/Utilities/Sphinx/conf.py.in +++ b/Utilities/Sphinx/conf.py.in @@ -53,6 +53,7 @@ for fpath in cmake_manuals: except Exception as e: sys.stderr.write("ERROR: %s\n" % str(e)) man_show_urls = False +man_make_section_directory = False html_show_sourcelink = True html_static_path = ['@conf_path@/static'] |