summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-04-02 01:47:42 (GMT)
committerBrad King <brad.king@kitware.com>2022-04-05 20:09:54 (GMT)
commitcca73b54ae6a25f50b17cf32077ca85020340d92 (patch)
treee4bdc6b78481c77918e7d52a64b4754685b9ded8 /Utilities/Sphinx/conf.py.in
parentfa136ae3804a59223179c1390192387b4c18e010 (diff)
downloadCMake-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.in1
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'