Skip to content

Commit

Permalink
CI: Call the sphinx-build executable to build the docs
Browse files Browse the repository at this point in the history
Sphinx 7.0.0 no longer supports `setuptools` integration and does not
provide the `build_sphinx` hook in `setup.py`.
  • Loading branch information
krivenko committed Jan 21, 2024
1 parent 6c79c66 commit 9de077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
export LIBCOMMUTE_DIR=${GITHUB_WORKSPACE}/libcommute.installed
export LIBCOMMUTE_INCLUDEDIR=${LIBCOMMUTE_DIR}/include
python setup.py build_sphinx
sphinx-build -M html docs/ build/sphinx/html
- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 9de077a

Please # to comment.