summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_fedora31_sphinx.cmake
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/configure_fedora31_sphinx.cmake')
-rw-r--r--.gitlab/ci/configure_fedora31_sphinx.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_fedora31_sphinx.cmake b/.gitlab/ci/configure_fedora31_sphinx.cmake
new file mode 100644
index 0000000..dfc9b8c
--- /dev/null
+++ b/.gitlab/ci/configure_fedora31_sphinx.cmake
@@ -0,0 +1,8 @@
+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 "")
+
+include("${CMAKE_CURRENT_LIST_DIR}/configure_common.cmake")