Testing [ci skip]

This commit is contained in:
abejgonzalez 2023-05-05 11:27:45 -07:00
parent feaf24c7a0
commit da10903b80
3 changed files with 25 additions and 2 deletions

View File

@ -19,3 +19,12 @@ Depending on the FPGA's available to you, feel free to setup the FPGA(s) for Fir
This is example text |version|
This is example text |overall_version|
This is example text |this|
.. parsed-literal::
This is example text |version|
This is example text |overall_version|
This is example text |this|
.. include:: temp.inc

View File

@ -0,0 +1,13 @@
| ``------------30--------------------------------``
| **Hello**, this is that sample partial inclusion file!
| ``------------30--------------------------------``
|
| .. code-block:: bash
| :substitutions:
|
| What is going on |this| |overall_version| |version|
|
|
| .. parsed-literal::
|
| What is going on |this| |overall_version| |version|

View File

@ -167,10 +167,11 @@ html_context = {
"version": version
}
# add rst to end of each rst source file
# add rst to beginning of each rst source file
# can put custom strings here that are generated from this file
rst_epilog = f"""
rst_prolog = f"""
.. |overall_version| replace:: {version}
.. |this| replace:: OMG!!
"""
# -- Options for LaTeX output ------------------------------------------------