File: sphinx-1.3.patch

package info (click to toggle)
python-pylibacl 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: ansic: 1,534; python: 878; makefile: 92; sh: 15
file content (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
Fix building with Sphinx 1.3
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PYTHON        = python3
-SPHINXOPTS    = -W
+SPHINXOPTS    =
 SPHINXBUILD   = $(PYTHON) -m sphinx
 DOCDIR        = doc
 DOCHTML       = $(DOCDIR)/html