From 08a2cb09c1c6059ce1483aa9927253f68e9b322d Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Tue, 22 Oct 2024 02:36:44 +1000 Subject: [PATCH] Recommend recent Sphinx for GitHub Pages sphinx-action runs Python 3.8 on its master branch, which may fail even if you force upgrading sphinx in the requirements file. Recommend a newer base docker image. --- doc/tutorial/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/deploying.rst b/doc/tutorial/deploying.rst index c950d37afc5..41ab3dfba38 100644 --- a/doc/tutorial/deploying.rst +++ b/doc/tutorial/deploying.rst @@ -189,7 +189,7 @@ contents: steps: - uses: actions/checkout@v4 - name: Build HTML - uses: ammaraskar/sphinx-action@master + uses: ammaraskar/sphinx-action@8.0.2 - name: Upload artifacts uses: actions/upload-artifact@v4 with: