summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_sphinx.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-09-15 13:32:01 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-09-16 17:35:53 (GMT)
commit7d4ec05c6f5b4d7f2b27ded68003eab2d0126199 (patch)
tree39cea602c491d29619e1dc6df305cbbb9a49c87e /.gitlab/ci/configure_sphinx.cmake
parentf0aaf24f0801ee5ff6107681f2740a892fa90aa1 (diff)
downloadCMake-7d4ec05c6f5b4d7f2b27ded68003eab2d0126199.zip
CMake-7d4ec05c6f5b4d7f2b27ded68003eab2d0126199.tar.gz
CMake-7d4ec05c6f5b4d7f2b27ded68003eab2d0126199.tar.bz2
gitlab-ci: add a job to make a doc "bundle"
This can be added to any other platform's package by reusing the artifact.
Diffstat (limited to '.gitlab/ci/configure_sphinx.cmake')
-rw-r--r--.gitlab/ci/configure_sphinx.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_sphinx.cmake b/.gitlab/ci/configure_sphinx.cmake
new file mode 100644
index 0000000..3750309
--- /dev/null
+++ b/.gitlab/ci/configure_sphinx.cmake
@@ -0,0 +1,6 @@
+set(SPHINX_INFO ON CACHE BOOL "")
+set(SPHINX_MAN ON CACHE BOOL "")
+set(SPHINX_HTML ON CACHE BOOL "")
+set(SPHINX_SINGLEHTML ON CACHE BOOL "")
+set(SPHINX_QTHELP ON CACHE BOOL "")
+set(SPHINX_TEXT ON CACHE BOOL "")