bneradt opened a new issue #7983: URL: https://github.com/apache/trafficserver/issues/7983
Currently, the CI builds our ATS Sphinx docs with Sphinx version 2.0.1. This can be seen from this job: https://ci.trafficserver.apache.org/view/10.x%20master/job/docs-master/ ``` Making html in uml ... Running Sphinx v2.0.1 ... ``` Currently the latest version is 4.0.2. We are currently pinned to the 3.x releases however due to the issue described in https://github.com/apache/trafficserver/issues/7941. Thus, currently, developers will build their docs with Sphinx 3.x, and then CI will run in v2.0.1. This difference can cause unexpected Sphinx compilation issues. We should update CI. Before we do this, however, we should be sure that the docs will build for our supported 8.x, 9.x, and master branches using the later Sphinx version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
