We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c5eaf9 + 04ddfa0 commit 1d54f23Copy full SHA for 1d54f23
1 file changed
.github/workflows/build_documentation.yml
@@ -12,6 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
+ - name: Set up Python 3.11
16
+ uses: actions/setup-python@v4
17
+ with:
18
+ python-version: '3.11'
19
# Standard drop-in approach that should work for most people.
20
- uses: ammaraskar/sphinx-action@master
21
with:
0 commit comments