This is an automated email from the ASF dual-hosted git repository.
dmeden 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 ac4124625c docs: Fix pipfile package compatible release clause.
(#11028)
ac4124625c is described below
commit ac4124625c632618ec2511bcf49979513499f94a
Author: Damian Meden <[email protected]>
AuthorDate: Fri Feb 2 10:35:37 2024 +0100
docs: Fix pipfile package compatible release clause. (#11028)
For some reason I have this failing locally(rocky8), looking at the
docs, this seems the right way to specify the dependency.
---
doc/Pipfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Pipfile b/doc/Pipfile
index bb0a358d79..cda3e66cd4 100644
--- a/doc/Pipfile
+++ b/doc/Pipfile
@@ -29,7 +29,7 @@ verify_ssl = true
# version.
sphinx = "==6.1.3"
-sphinx-rtd-theme = ">=1.*"
+sphinx-rtd-theme = "==1.*"
sphinxcontrib-jquery = "*"
sphinxcontrib-plantuml = "*"
# i18n