Skip to content

Commit

Permalink
try docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Mar 12, 2024
1 parent cde9cde commit a3de274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Installing the Documentation requirements
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
extras_require={
"test": ["pytest>=3"],
"docs": ["python=3.10", "sphinx", "sphinx_rtd_theme"]
"docs": ["sphinx", "sphinx_rtd_theme"]
},
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit a3de274

Please sign in to comment.