docs: Fix for new rst_include version.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-07-20 14:58:59 -07:00
parent 4e5e318e0c
commit 6118ce2c82
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ include scripts/make/conda.mk
README.rst: README.src.rst docs/status.rst Makefile | $(CONDA_ENV_PYTHON)
@rm -f README.rst
$(IN_CONDA_ENV) rst_include include --source README.src.rst \
$(IN_CONDA_ENV) rst_include include README.src.rst - \
| sed \
-e's@|TAG_VERSION|@$(TAG_VERSION)@g' \
-e's@:ref:`Versioning Information`@`Versioning Information <docs/versioning.rst>`_@g' \