From 096a5c800cb5b4d1bf18bafc941efec5e958bc7b Mon Sep 17 00:00:00 2001 From: Benjamen Meyer Date: Tue, 12 May 2026 23:13:35 -0400 Subject: [PATCH 1/2] Update Sphinx tooling requirements --- requirements.txt | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/requirements.txt b/requirements.txt index edd0375..70ad802 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,26 @@ -# Support for Read The Docs document generation -# RTD is supported via sphinx+breathe -# Sphinx's breathe extension is used to read the Doxygen XML data -Babel==2.9.1 -Jinja2==2.11.3 -MarkupSafe==0.23 -Pygments==2.7.4 -Sphinx==4.0.2 -alabaster==0.7.9 -argparse==1.2.1 -breathe==4.2.0 -certifi==2022.12.7 -chardet==4.0.0 -docutils==0.17.1 -idna==2.10 -imagesize==0.7.1 -packaging==20.9 -pytz==2016.6.1 -requests==2.25.1 -six==1.10.0 -snowballstemmer==1.2.1 -urllib3==1.26.6 +alabaster==1.0.0 +babel==2.18.0 +breathe==4.36.0 +certifi==2026.4.22 +chardet==7.4.3 +charset-normalizer==3.4.7 +docutils==0.22.4 +idna==3.15 +imagesize==2.0.0 +Jinja2==3.1.6 +MarkupSafe==3.0.3 +packaging==26.2 +Pygments==2.20.0 +pytz==2026.2 +requests==2.34.0 +roman-numerals==4.1.0 +six==1.17.0 +snowballstemmer==3.0.1 +Sphinx==9.1.0 +sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-htmlhelp==2.1.0 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-serializinghtml==2.0.0 +urllib3==2.7.0 From 15360ec5721d012ca8a9ea9e3ea218663d65fdd7 Mon Sep 17 00:00:00 2001 From: Benjamen Meyer Date: Tue, 12 May 2026 23:15:57 -0400 Subject: [PATCH 2/2] Update GHA Image Base --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 470a701..b1d3f62 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -3,7 +3,7 @@ on: [ pull_request ] jobs: build: name: Build - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: fail-fast: true matrix: