Skip to content

Commit

Permalink
docs/conf: add important admonition to the prolog about f4pga utils
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed May 16, 2022
1 parent 058b84e commit d15d573
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@

pygments_style = 'default'

rst_prolog = """
.. IMPORTANT::
Since May 2022, packages providing Architecture Definition assets do *not* include CLI utilities/wrappers to interact
with Yosys, Verilog-to-Routing, etc.
For backwards compatibility, end-users can install Python package ``f4pga`` from :gh:`chipsalliance/f4pga`.
For instance: ``pip install https://github.com/chipsalliance/f4pga/archive/main.zip#subdirectory=f4pga``.
"""

todo_include_todos = False

# -- Options for HTML output -----------------------------------------------------------------------
Expand Down

0 comments on commit d15d573

Please sign in to comment.