You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/03/23 01:05:13 UTC

[trafficserver] branch revert-8750-use_sphinx_4x created (now 762ff6a)

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

bneradt pushed a change to branch revert-8750-use_sphinx_4x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


      at 762ff6a  Revert "Use Sphinx 4.x (#8750)"

This branch includes the following new commits:

     new 762ff6a  Revert "Use Sphinx 4.x (#8750)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[trafficserver] 01/01: Revert "Use Sphinx 4.x (#8750)"

Posted by bn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch revert-8750-use_sphinx_4x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 762ff6a0c1c08112cc186033ceefc2d3db7e34b6
Author: Brian Neradt <br...@verizonmedia.com>
AuthorDate: Tue Mar 22 20:05:01 2022 -0500

    Revert "Use Sphinx 4.x (#8750)"
    
    This reverts commit 38bf6638cda6a83ceae9ea1d2488b2f5c346045b.
---
 doc/Pipfile                                       | 9 ++++++++-
 doc/developer-guide/api/types/TSSslSession.en.rst | 2 --
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc/Pipfile b/doc/Pipfile
index c6652a7..42a9f5a 100644
--- a/doc/Pipfile
+++ b/doc/Pipfile
@@ -23,7 +23,14 @@ verify_ssl = true
 
 [packages]
 
-sphinx = "*"
+# 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-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 4b8c6f4..4f50ead 100644
--- a/doc/developer-guide/api/types/TSSslSession.en.rst
+++ b/doc/developer-guide/api/types/TSSslSession.en.rst
@@ -28,8 +28,6 @@ Synopsis
 
     #include <ts/apidefs.h>
 
-.. c:macro:: TS_SSL_MAX_SSL_SESSION_ID_LENGTH
-
 .. type:: TSSslSessionID
 
    .. member:: size_t len