Skip to content

Commit

Permalink
add sphinx_rtd_theme to sphinx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Oct 27, 2024
1 parent 46bcaad commit 6efe204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
requirements: pip install sphinx_rtd_theme
pre-build-command: python -m pip install tox
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphix_rtd_theme'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 6efe204

Please sign in to comment.