Skip to content

Commit

Permalink
python 3.10 for sphinx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed May 2, 2024
1 parent 7db5988 commit 93cf590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sphinx_render_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install sphinx and build documentation with sphinx
run: |
pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email
Expand Down

0 comments on commit 93cf590

Please sign in to comment.