Merge pull request #111 from mithro/rst-include-fix

Fixing for changes to rst_include program
This commit is contained in:
Tim Ansell 2020-07-20 15:28:10 -07:00 committed by GitHub
commit 182bf96c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View File

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

View File

@ -35,8 +35,6 @@ The SkyWater Open Source PDK documentation can be found at <https://skywater-pdk
.. |current-status| replace:: **Experimental Preview** .. |current-status| replace:: **Experimental Preview**
.. include:: common.inc
Current Status -- |current-status| Current Status -- |current-status|
================================== ==================================

View File

@ -33,7 +33,6 @@ The SkyWater Open Source PDK documentation can be found at <https://skywater-pdk
:target: https://github.com/google/skywater-pdk :target: https://github.com/google/skywater-pdk
:width: 80% :width: 80%
.. include:: docs/common.inc
.. include:: docs/status.rst .. include:: docs/status.rst
See both the :ref:`Known Issues` section and the `SkyWater PDK GitHub issue list <https://github.com/google/skywater-pdk/issues>`_ to get more detailed information around currently known issues. See both the :ref:`Known Issues` section and the `SkyWater PDK GitHub issue list <https://github.com/google/skywater-pdk/issues>`_ to get more detailed information around currently known issues.