Skip to content

Commit 82048bd

Browse files
authored
[docs] Disable warnings as errors (#62408)
Currently the rst files have a bunch of warnings that cause build failures if you have sphinx installed. It sounds like these files are all on the path to being converted to markdown, so this loosens that restriction to not block folks from building.
1 parent 1b8b706 commit 82048bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ SET(SWIFT_SPHINX_PAPER_SIZE "letter"
1010
CACHE STRING "Paper size for generated documentation")
1111

1212
SET(SPHINX_ARGS
13-
-W
1413
-D latex_elements.papersize=${SWIFT_SPHINX_PAPER_SIZE}
1514
-d ${CMAKE_BINARY_DIR}/doctrees)
1615

0 commit comments

Comments
 (0)