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:
6d33fcd
)
sphinx3
author
Matthias Klose
<doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000
(10:43 +0100)
committer
Matthias Klose
<doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000
(10:43 +0100)
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 c309c0f7d05dcfa3f35c2720cf401c11b4b5533d..a031260d566dadb70a645ed69230f97311921b78 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 d2dff7d7a8d8337bf6defdb23155375154363c1b..4d92dd01f0de5fa7e5cb579fec8992edbc753634 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
# -----------------------