From 95f020d4937ff8bab40d37979d48675ef618500a Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Tue, 22 Mar 2022 14:37:12 +0000 Subject: [PATCH] Use Sphinx 4.x Sphinx has fixed the following issue that was blocking us from moving to Sphinx 4.x: https://github.com/sphinx-doc/sphinx/issues/9322 With that fixed, we can unpin from 3.x, which this patch does. Fixes: #7941 --- doc/Pipfile | 9 +-------- doc/developer-guide/api/types/TSSslSession.en.rst | 2 ++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/doc/Pipfile b/doc/Pipfile index 42a9f5ad514..c6652a78d2a 100644 --- a/doc/Pipfile +++ b/doc/Pipfile @@ -23,14 +23,7 @@ verify_ssl = true [packages] -# The latest 4.x sphinx release, currently 4.0.2, fails `make html`. For -# details, see: https://github.com/apache/trafficserver/issues/7938 -# -# The 3.x releases build fine, however. So we currently pin to that. -# -# Once that issue, either with sphinx or our docs, is resolved, then we should -# unpin sphinx by setting the following to "*". -sphinx = "==3.*" +sphinx = "*" sphinx-rtd-theme = "*" sphinxcontrib-plantuml = "*" diff --git a/doc/developer-guide/api/types/TSSslSession.en.rst b/doc/developer-guide/api/types/TSSslSession.en.rst index 4f50ead4e4e..4b8c6f4836e 100644 --- a/doc/developer-guide/api/types/TSSslSession.en.rst +++ b/doc/developer-guide/api/types/TSSslSession.en.rst @@ -28,6 +28,8 @@ Synopsis #include +.. c:macro:: TS_SSL_MAX_SSL_SESSION_ID_LENGTH + .. type:: TSSslSessionID .. member:: size_t len