Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
pull_request:

env:
FORCE_COLOR: 1

jobs:
lint:
name: html + linkcheck build
Expand Down
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ xmlrpc2==0.3.1
sphinx-argparse-cli==1.19.0

git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
python-docs-theme==2025.2

# This is needed since autodoc imports all bandersnatch packages and modules
# so imports must not fail or its containing module will NOT be documented.
Expand Down
Loading