Merge remote-tracking branch 'origin/topic/timw/docs-generation-virtualenv'

* origin/topic/timw/docs-generation-virtualenv:
  Update docs submodule with new python packages
  Use virtualenv in docs generation/builds
This commit is contained in:
Tim Wojtulewicz 2025-08-10 21:28:33 -07:00
commit dff534962e
4 changed files with 14 additions and 9 deletions

View file

@ -70,12 +70,10 @@ jobs:
sqlite3 \ sqlite3 \
swig \ swig \
zlib1g-dev zlib1g-dev
# Many distros adhere to PEP 394's recommendation for `python` = python3 -m venv ci-docs-venv
# `python2` so this is a simple workaround until we drop Python 2 source ci-docs-venv/bin/activate
# support and explicitly use `python3` for all invocations. pip3 install -r doc/requirements.txt
sudo ln -sf /usr/bin/python3 /usr/local/bin/python pip3 install pre-commit
sudo pip3 install --break-system-packages -r doc/requirements.txt
sudo pip3 install --break-system-packages pre-commit
- name: ccache - name: ccache
uses: hendrikmuhs/ccache-action@v1.2 uses: hendrikmuhs/ccache-action@v1.2
@ -112,6 +110,7 @@ jobs:
- name: Generate Docs - name: Generate Docs
run: | run: |
source ci-docs-venv/bin/activate
git config --global user.name zeek-bot git config --global user.name zeek-bot
git config --global user.email info@zeek.org git config --global user.email info@zeek.org

View file

@ -1,3 +1,9 @@
8.1.0-dev.27 | 2025-08-10 21:28:33 -0700
* GH-4176: cluster: Add on_subscribe() and on_unsubscribe() hooks (Arne Welzel, Corelight)
Closes #4176
8.1.0-dev.24 | 2025-08-08 14:23:51 +0200 8.1.0-dev.24 | 2025-08-08 14:23:51 +0200
* GH-4176: cluster: Add on_subscribe() and on_unsubscribe() hooks (Arne Welzel, Corelight) * GH-4176: cluster: Add on_subscribe() and on_unsubscribe() hooks (Arne Welzel, Corelight)

View file

@ -1 +1 @@
8.1.0-dev.24 8.1.0-dev.27

2
doc

@ -1 +1 @@
Subproject commit 1ce37d96e268134100fbc6793c0c64d48e162337 Subproject commit 6952b4b7c2d9032734d7e7972b147446d08e6d2e