We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7cc73 commit e7beee2Copy full SHA for e7beee2
.github/workflows/build-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
36
uses: actions/setup-python@v5
37
with:
38
- python-version: '3.11'
+ python-version: "3.12"
39
architecture: x64
40
- name: Install sphinx dependencies
41
0 commit comments