File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: documentation
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - master
5
+ # branches:
6
+ # - master
7
7
jobs :
8
8
build :
9
9
runs-on : ubuntu-latest
12
12
- uses : ammaraskar/sphinx-action@master
13
13
with :
14
14
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
Original file line number Diff line number Diff line change 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
6
6
sphinx_togglebutton >= 0.2.0
7
- sphinx-autobuild
7
+ sphinx-autobuild == 2021.3.14
8
8
myst_nb > 0.8.3
9
- sphinx_rtd_theme_ext_color_contrast
9
+ sphinx_rtd_theme_ext_color_contrast == 0.3.2
You can’t perform that action at this time.
0 commit comments