Skip to content

Commit

Permalink
python version test
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed May 2, 2024
1 parent 66fb092 commit 4a02826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sphinx_render_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install sphinx and build documentation with sphinx
run: |
python --version
pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email
pip install -e .
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx-multiversion
sphinx_rtd_theme
sphinxcontrib-email
-e .
sphinxcontrib-email

0 comments on commit 4a02826

Please sign in to comment.