ammaraskar / sphinx-action

Github action that builds docs using sphinx and places errors inline
Apache License 2.0
194 stars 116 forks source link

Make the action compatible with sphinx-multiversion #51

Open snorkman88 opened 1 year ago

snorkman88 commented 1 year ago

I have tried replacing the custom build command with:

      - name: Build docs using action
        uses: ammaraskar/sphinx-action@master
        with:
          docs-folder: "docs/source/"
          build-command: "pip install sphinx-multiversion && sphinx-multiversion . docs/_build"

but it seems it is not possible to use this action with sphinx-multiversion yet, would it be possible to support such feature?