From b1707d091a16ab22b7ae942310032eb0c8f5e2ff Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Thu, 7 Apr 2016 18:51:22 -0700 Subject: [PATCH] Use sphinx2rst --- Makefile | 4 ++-- requirements/pkgutils.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1fee5313..c40c82ff 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/requirements/pkgutils.txt b/requirements/pkgutils.txt index ff0c55b3..badfa273 100644 --- a/requirements/pkgutils.txt +++ b/requirements/pkgutils.txt @@ -3,3 +3,4 @@ wheel>=0.29.0 flake8>=2.5.4 flakeplus>=1.1 tox>=2.3.1 +sphinx2rst>=1.0