Skip to content

Commit 1d54f23

Browse files
committed
Merge branch 'main' into docs
2 parents 9c5eaf9 + 04ddfa0 commit 1d54f23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15+
- name: Set up Python 3.11
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: '3.11'
1519
# Standard drop-in approach that should work for most people.
1620
- uses: ammaraskar/sphinx-action@master
1721
with:

0 commit comments

Comments
 (0)