From 63b826fe10d653aa1fb969e07338032041c07b45 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 24 Jul 2026 09:21:35 -0400 Subject: [PATCH 1/2] unpin sphinx in requirementsd --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5c61d53b..c6c5bd19e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytest-cov>=2.6.0 flake8>=3.5.0 -sphinx<8.2.0 +sphinx sphinx_book_theme sphinxcontrib-bibtex sphinx-math-dollar From 0d2c1a3169270e091dd118155d270ba9f0d6dc2b Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 24 Jul 2026 09:27:16 -0400 Subject: [PATCH 2/2] restore fetch-depth --- .github/workflows/gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d0ab6742b..24b20df1d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 + with: + fetch-depth: 0 - name: Install pandoc and doxygen run: |