This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new d9eeca3  Pin Jinja2 for doc builds (#8773)
d9eeca3 is described below

commit d9eeca39b7910e0b35d213a3c9be58e1edf01a53
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Mar 29 13:33:50 2022 -0500

    Pin Jinja2 for doc builds (#8773)
    
    The latest jinja2 breaks Sphinx 3.x builds. For now, pinning jinja2 to
    an earlier release for doc builds.
---
 doc/Pipfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/Pipfile b/doc/Pipfile
index c6652a7..d0c0d5e 100644
--- a/doc/Pipfile
+++ b/doc/Pipfile
@@ -25,6 +25,10 @@ verify_ssl = true
 
 sphinx = "*"
 
+# Sphinx 3.x builds break with the latest jinja2. This jinja2 pin can be
+# removed when we move to Sphinx 4.x.
+jinja2 = "<3.1"
+
 sphinx-rtd-theme = "*"
 sphinxcontrib-plantuml = "*"
 # i18n

Reply via email to