diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 571bebffb..b10cea694 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -55,7 +55,6 @@ jobs: path: doc/_build/html retention-days: 5 - name: Archive PDF Docs - if: github.ref != 'refs/heads/main' uses: actions/upload-artifact@v4 with: name: pdf-docs diff --git a/doc/.static/dochelpers.py b/doc/.static/dochelpers.py index 2cebbd7da..1bb42143f 100644 --- a/doc/.static/dochelpers.py +++ b/doc/.static/dochelpers.py @@ -142,15 +142,15 @@ def generateParamTable(klass, fwParams, app=None): defs[plugin] = pDefs headerContent = """ -.. container:: break_before ssp-landscape - .. list-table:: {} Parameters from {{}} - :widths: 25 50 25 - :class: ssp-tiny - :header-rows: 1 - - * - Name - - Description - - Units + .. container:: break_before ssp-landscape + .. list-table:: {} Parameters from {{}} + :widths: 25 50 25 + :class: ssp-tiny + :header-rows: 1 + + * - Name + - Description + - Units """.format( klass.__name__ )