Skip to content

Commit

Permalink
add sphinx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Apr 30, 2024
1 parent b6366c7 commit e487a20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sphinx_render_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Install sphinx and build documentation with sphinx
run: |
pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email
- name: Build HTML
uses: ammaraskar/sphinx-action@master
- name: Upload artifacts
Expand Down

0 comments on commit e487a20

Please sign in to comment.