File: sphinx-warnings-no-errors

package info (click to toggle)
joblib 1.2.0-4%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,152 kB
  • sloc: python: 13,781; sh: 189; makefile: 33
file content (14 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,9 +6,9 @@
 
 all: html
 
-# generate html documentation with warning as errors
+# generate html documentation with warning not errors
 html:
-	$(SPHINXBUILD) -W -b html . ./_build/html/
+	$(SPHINXBUILD) -b html . ./_build/html/
 
 # remove generated sphinx gallery examples and sphinx documentation
 clean: