Skip to content

Commit 194aec6

Browse files
authored
Merge branch 'main' into maintenance/sphinx-strict-warnings-keep-going
2 parents a0c96b7 + 94f6af7 commit 194aec6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ def build(session, autobuild=False):
2828

2929
session.run(
3030
command, *extra_args,
31-
# FIXME: uncomment once the theme is fixed
32-
# Ref: https://github.com/pypa/pypa-docs-theme/issues/17
33-
# "-j", "auto", # parallelize the build
31+
"-j", "auto", # parallelize the build
3432
"-b", "html", # use HTML builder
3533
"-n", # nitpicky warn about all missing references
3634
"-W", # Treat warnings as errors.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx==3.2.0
22
sphinx-autobuild==0.7.1
3-
sphinx-inline-tabs==2020.10.19b4
3+
sphinx-inline-tabs==2021.3.19b5
44
git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
55
git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme

0 commit comments

Comments
 (0)