Skip to content

Commit

Permalink
doc: Minor fixes and update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Feb 15, 2024
1 parent ccc3b8c commit 7072a3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
run: make idma_doc_all
-
name: Create publish docs
if: ${{ github.event_name == 'push' }}
uses: actions/upload-pages-artifact@main
uses: actions/[email protected]
with:
path: target/doc/html

Expand All @@ -79,4 +78,4 @@ jobs:
-
name: Deploy to Github Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# -- Project information -----------------------------------------------------

project = u'iDMA Specification'
copyright = u'2021 PULP-platform'
copyright = u'2024 PULP-platform'
author = u'PULP-platform'

# The short X.Y version
Expand Down
7 changes: 1 addition & 6 deletions doc/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,11 @@ The morty docs provide the generated description of the SystemVerilog files with

`RW_AXI Backend <idma_backend_synth_rw_axi/index.html>`_

`ND Backend <idma_nd_backend_synth/index.html>`_

.. image:: ../fig/graph/idma_backend_synth_r_axi_w_obi.png
:width: 600

.. image:: ../fig/graph/idma_backend_synth_r_obi_w_axi.png
:width: 600

.. image:: ../fig/graph/idma_backend_synth_rw_axi.png
:width: 600

.. image:: ../fig/graph/idma_nd_backend_synth.png
:width: 600
:width: 600

0 comments on commit 7072a3f

Please sign in to comment.