File: sphinx-1.3.patch

package info (click to toggle)
python-pylibacl 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 243
  • sloc: ansic: 1,517; python: 352; makefile: 57; sh: 21
file content (9 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
Fix building with Sphinx 1.3
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-SPHINXOPTS    = -W
+SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 DOCDIR        = doc
 DOCHTML       = $(DOCDIR)/html