Use sphinx2rst

This commit is contained in:
Ask Solem 2016-04-07 18:51:22 -07:00
parent e46cae8e75
commit b1707d091a
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ SPHINX_BUILDDIR="${SPHINX_DIR}/_build"
README="README.rst"
README_SRC="docs/templates/readme.txt"
CONTRIBUTING_SRC="docs/contributing.rst"
SPHINX2RST="extra/release/sphinx-to-rst.py"
SPHINX2RST="sphinx2rst"
SPHINX_HTMLDIR = "${SPHINX_BUILDDIR}/html"
@ -48,7 +48,7 @@ readmecheck:
iconv -f ascii -t ascii $(README) >/dev/null
$(README):
$(PYTHON) $(SPHINX2RST) $(README_SRC) --ascii > $@
$(SPHINX2RST) $(README_SRC) --ascii > $@
readme: readmeclean $(README) readmecheck

View File

@ -3,3 +3,4 @@ wheel>=0.29.0
flake8>=2.5.4
flakeplus>=1.1
tox>=2.3.1
sphinx2rst>=1.0