8000 GH-109209: Bump the minimum Sphinx version to 4.2 by AA-Turner · Pull Request #109210 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-109209: Bump the minimum Sphinx version to 4.2 #109210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try PYTHON=../python
  • Loading branch information
AA-Turner committed Sep 10, 2023
commit 2b8e32c25701ec9f636dc575eb2723ad5ba600ce
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: 'Install build dependencies'
run: make -C Doc/ venv REQUIREMENTS="requirements-oldest-sphinx.txt"
- name: 'Build HTML documentation'
run: make -C Doc/ PYTHON=Doc/venv/bin/python3 SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
run: make -C Doc/ PYTHON=../python SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html

# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
doctest:
Expand Down
0