Commit 1d2edc2c authored by Lasse Karstensen's avatar Lasse Karstensen

Remove nitpicking mode (-n) for sphinx-build.

sphinx-build v0.6.6 which is on RHEL6/CentOS6 does not know about -n,
so we'll have to do without it for now.

Reported in:	#1535
parent a8d78846
......@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build -W -N -n
SPHINXBUILD = sphinx-build -W -N
PAPER = a4
BUILDDIR = build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment