Skip to content

Commit

Permalink
change autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kisnikser committed Nov 30, 2024
1 parent 01bd933 commit 57127be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

strategy:
matrix:
python-version: [3.7]
python-version: [3.11]

steps:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.11

- name: Checkout 🛎️
uses: actions/checkout@v2
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Build Docs
run: |
sphinx-build -b html ./docs/source/ public
sphinx-build -b html ./docs/ public
touch public/.nojekyll
- name: Deploy 🚀
Expand Down

0 comments on commit 57127be

Please sign in to comment.