Merge pull request #111 from mithro/rst-include-fix
Fixing for changes to rst_include program
diff --git a/Makefile b/Makefile
index e0b7353..26390f6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
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' \
diff --git a/README.rst b/README.rst
index 64ed487..9a17ca2 100644
--- a/README.rst
+++ b/README.rst
@@ -35,8 +35,6 @@
.. |current-status| replace:: **Experimental Preview**
-.. include:: common.inc
-
Current Status -- |current-status|
==================================
diff --git a/README.src.rst b/README.src.rst
index 64ee4b1..fb600e3 100644
--- a/README.src.rst
+++ b/README.src.rst
@@ -33,7 +33,6 @@
:target: https://github.com/google/skywater-pdk
:width: 80%
-.. include:: docs/common.inc
.. 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.