Skip to content

Commit

Permalink
Use Sphinx 4.x
Browse files Browse the repository at this point in the history
Sphinx has fixed the following issue that was blocking us from moving to
Sphinx 4.x:
sphinx-doc/sphinx#9322

With that fixed, we can unpin from 3.x, which this patch does.

Fixes: apache#7941
  • Loading branch information
bneradt committed Mar 22, 2022
1 parent fe71b43 commit 95f020d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 1 addition & 8 deletions doc/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
2 changes: 2 additions & 0 deletions doc/developer-guide/api/types/TSSslSession.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Synopsis
#include <ts/apidefs.h>
.. c:macro:: TS_SSL_MAX_SSL_SESSION_ID_LENGTH
.. type:: TSSslSessionID

.. member:: size_t len
Expand Down

0 comments on commit 95f020d

Please sign in to comment.