projects
/
python3.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd6a3c
)
sphinx3
author
Matthias Klose
<doko@debian.org>
Fri, 5 Feb 2021 13:46:56 +0000
(13:46 +0000)
committer
Matthias Klose
<doko@debian.org>
Fri, 5 Feb 2021 13:46:56 +0000
(13:46 +0000)
Gbp-Pq: Name sphinx3.diff
Doc/Makefile
patch
|
blob
|
history
Doc/conf.py
patch
|
blob
|
history
diff --git
a/Doc/Makefile
b/Doc/Makefile
index c7ce24abf25cf27fcabbc865f0cb7c6839cf19d0..71c653fbd275e21b9d315cf6053022c68b781eb4 100644
(file)
--- a/
Doc/Makefile
+++ b/
Doc/Makefile
@@
-11,7
+11,7
@@
BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
PAPER =
SOURCES =
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
-SPHINXERRORHANDLING = -W
+
#
SPHINXERRORHANDLING = -W
# Internal variables.
PAPEROPT_a4 = -D latex_elements.papersize=a4paper
diff --git
a/Doc/conf.py
b/Doc/conf.py
index 079d17717f381c66f72f5f13bfcd0fdf7d6beadb..f4efeb84ba15eab9b8cc709b20c5cdc73cafe049 100644
(file)
--- a/
Doc/conf.py
+++ b/
Doc/conf.py
@@
-62,6
+62,10
@@
smartquotes_excludes = {
# Avoid a warning with Sphinx >= 2.0
master_doc = 'contents'
+# Allow to build with Sphinx >= 3.2
+c_allow_pre_v3 = True
+c_warn_on_allowed_pre_v3 = False
+
# Options for HTML output
# -----------------------