Skip to content

Commit 172d92f

Browse files
committed
2 parents e84677b + 4679aa0 commit 172d92f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
docs:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
18-
- name: Install dependencies
16+
- uses: actions/checkout@v3
17+
- name: Set up Python 3.10
18+
- uses: actions/setup-python@v3
19+
- name: Install python dependencies
1920
run: |
2021
pip install sphinx sphinx_rtd_theme myst_parser
2122
- name: Build Sphinx for GitHub Pages
@@ -36,4 +37,4 @@ jobs:
3637
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3738
git add ./.
3839
git commit -m "Autobuild latest version"
39-
git push
40+
git push

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# ones.
3333
extensions = ['myst_parser']
3434

35-
3635
# Add any paths that contain templates here, relative to this directory.
3736
templates_path = ['_templates']
3837

0 commit comments

Comments
 (0)