Skip to content

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (#70) #13

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (#70)

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (#70) #13

Workflow file for this run

name: "Pull Request Sphinx Docs Check"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "sphinx_docs_build/"
build-command: "make html"
- uses: actions/upload-artifact@v3
with:
name: DocumentationHTML
path: docs/