Skip to content

Commit

Permalink
Update sphinx_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hagne authored Nov 29, 2023
1 parent d3a28ed commit e47eaf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # Set this to the Python version you use
python-version: '3.10' # Set this to the Python version you use

- name: Install dependencies
run: |
pip install sphinx
pip install sphinx_rtd_theme
# Add any other dependencies here
- name: Build Sphinx Documentation
Expand Down

0 comments on commit e47eaf3

Please sign in to comment.