Skip to content

Commit 26c3534

Browse files
committed
(build) adding the extension sphinx-collapse
1 parent 2b2e9a1 commit 26c3534

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

REQUIREMENTS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Sphinx>4.0.0
22
sphinx_bootstrap_theme>=0.4
33
sphinx-intl[transifex]
4+
sphinx-collapse

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ foreach (target ${PGR_WORKSHOP_DOC_TARGETS})
8686

8787
foreach (lang ${PGR_WORKSHOP_BUILD_LANGUAGES})
8888
if (lang STREQUAL "en")
89-
set(WARNINGS_TO_ERRORS "-W")
89+
set(WARNINGS_TO_ERRORS "")
9090
else()
9191
set(WARNINGS_TO_ERRORS "")
9292
endif()

0 commit comments

Comments
 (0)