This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new fd9dbf0 I think this hard-coding isn't needed anymore (#372)
fd9dbf0 is described below
commit fd9dbf0ee7f8ab429d8bc22e6cbac025ee461898
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Mar 27 17:49:39 2025 -0500
I think this hard-coding isn't needed anymore (#372)
The previous commit set this as the default. Trying without this
hard-coding in the script.
---
jenkins/github/docs.pipeline | 5 -----
1 file changed, 5 deletions(-)
diff --git a/jenkins/github/docs.pipeline b/jenkins/github/docs.pipeline
index 9eaac99..e8b2a3c 100644
--- a/jenkins/github/docs.pipeline
+++ b/jenkins/github/docs.pipeline
@@ -72,11 +72,6 @@ pipeline {
sudo chmod -R 777 . || exit 1
- # Sphinx 8.1 requires a recent version of Python.
- export PIPENV_VENV_IN_PROJECT=1
- python3.12 -m pipenv install --python python3.12
- source .venv/bin/activate
-
if [ -d cmake ]
then
cmake -B docs-build --preset ci-docs