diff options
author | Brad King <brad.king@kitware.com> | 2022-04-02 01:47:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-05 20:09:54 (GMT) |
commit | cca73b54ae6a25f50b17cf32077ca85020340d92 (patch) | |
tree | e4bdc6b78481c77918e7d52a64b4754685b9ded8 /Utilities/Sphinx/conf.py.in | |
parent | fa136ae3804a59223179c1390192387b4c18e010 (diff) | |
download | CMake-cca73b54ae6a25f50b17cf32077ca85020340d92.zip CMake-cca73b54ae6a25f50b17cf32077ca85020340d92.tar.gz CMake-cca73b54ae6a25f50b17cf32077ca85020340d92.tar.bz2 |
Utilities/Sphinx: Add undocumented option to build docs for cmake.org
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-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 c383828..2b3083b 100644 --- a/Utilities/Sphinx/conf.py.in +++ b/Utilities/Sphinx/conf.py.in @@ -55,6 +55,7 @@ for fpath in cmake_manuals: man_show_urls = False man_make_section_directory = False +html_baseurl = '@conf_baseurl@' html_show_sourcelink = True html_static_path = ['@conf_path@/static'] html_style = 'cmake.css' |