Browse Source

Dont define an empty SPHINXOPTS, which overrides a definition from the environment.

pull/9921/head
Georg Brandl 11 years ago
parent
commit
2b1a0a30c9
  1. 1
      Doc/Makefile

1
Doc/Makefile

@ -6,7 +6,6 @@
# You can set these variables from the command line.
PYTHON = python
SPHINXBUILD = sphinx-build
SPHINXOPTS =
PAPER =
SOURCES =
DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py)

Loading…
Cancel
Save