Skip to content

Commit 237797f

Browse files
committed
Fix docs action (close #367)
1 parent fb4247e commit 237797f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/documentation.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: documentation
22

33
on:
44
push:
5-
branches:
6-
- master
5+
# branches:
6+
# - master
77
jobs:
88
build:
99
runs-on: ubuntu-latest
@@ -12,9 +12,9 @@ jobs:
1212
- uses: ammaraskar/sphinx-action@master
1313
with:
1414
docs-folder: "docs/"
15-
- name: Deploy to GitHub Pages
16-
if: success()
17-
uses: peaceiris/actions-gh-pages@v3
18-
with:
19-
github_token: ${{ secrets.GITHUB_TOKEN }}
20-
publish_dir: ./docs/_build/html
15+
# - name: Deploy to GitHub Pages
16+
# if: success()
17+
# uses: peaceiris/actions-gh-pages@v3
18+
# with:
19+
# github_token: ${{ secrets.GITHUB_TOKEN }}
20+
# publish_dir: ./docs/_build/html

docs/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
sphinx
2-
sphinx_rtd_theme
3-
sphinx_copybutton
4-
sphinx_minipres
5-
sphinx_tabs
1+
sphinx==7.1.2
2+
sphinx_rtd_theme==2.0.0
3+
sphinx_copybutton==0.5.2
4+
sphinx_minipres==0.2.1
5+
sphinx_tabs==3.4.5
66
sphinx_togglebutton>=0.2.0
7-
sphinx-autobuild
7+
sphinx-autobuild==2021.3.14
88
myst_nb>0.8.3
9-
sphinx_rtd_theme_ext_color_contrast
9+
sphinx_rtd_theme_ext_color_contrast==0.3.2

0 commit comments

Comments
 (0)