Skip to content

Commit

Permalink
Added fix for sphinx-autoapi not working with astroid >= 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fercer committed Oct 2, 2023
1 parent 5f501e2 commit 6b43af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx-rtd-theme myst-nb sphinx-autoapi
pip install sphinx sphinx-rtd-theme myst-nb sphinx-autoapi astroid==2.15.8
- name: Sphinx build
run: |
sphinx-build docs/source docs/_build
Expand Down

0 comments on commit 6b43af0

Please sign in to comment.