We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2e9a1 commit 26c3534Copy full SHA for 26c3534
REQUIREMENTS.txt
@@ -1,3 +1,4 @@
1
Sphinx>4.0.0
2
sphinx_bootstrap_theme>=0.4
3
sphinx-intl[transifex]
4
+sphinx-collapse
docs/CMakeLists.txt
@@ -86,7 +86,7 @@ foreach (target ${PGR_WORKSHOP_DOC_TARGETS})
86
87
foreach (lang ${PGR_WORKSHOP_BUILD_LANGUAGES})
88
if (lang STREQUAL "en")
89
- set(WARNINGS_TO_ERRORS "-W")
+ set(WARNINGS_TO_ERRORS "")
90
else()
91
set(WARNINGS_TO_ERRORS "")
92
endif()
0 commit comments