File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 - name : Build Documentation
7575 shell : bash -l {0}
7676 run : |
77- make html -W
77+ make html
7878
7979 - name : Deploy 🚀
8080 if : github.ref == 'refs/heads/master'
@@ -113,7 +113,7 @@ jobs:
113113 - name : Build Documentation
114114 shell : bash -l {0}
115115 run : |
116- make html-dev -W
116+ make html-dev
117117
118118 - name : Deploy 🚀
119119 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 22#
33
44# You can set these variables from the command line.
5- SPHINXOPTS =
5+ SPHINXOPTS = -W
66SPHINXBUILD = python -msphinx
77SPHINXPROJ = AnyBodyTutorials
88SOURCEDIR = .
Original file line number Diff line number Diff line change @@ -5,18 +5,14 @@ channels:
55dependencies :
66 - python=3.9
77 - pip
8- - sphinx
9- - myst-parser
10- - linkify-it-py
8+ - sphinx<4.0
9+ - myst-parser=0.17.2
10+ - linkify-it-py=2.0.0
1111 - make
12- - cloud_sptheme
12+ - cloud_sptheme=1.10.1.post20200504175005
1313 - pygments_anyscript
14- - ipython
14+ - ipython=8.4.0
1515 - jinja2=3.0.3
16- - sphinx-book-theme
17- - sphinx-design
18- - sphinx-togglebutton
19- - sphinx-copybutton
2016
2117 - pip :
2218 - sphinxext-opengraph
You can’t perform that action at this time.
0 commit comments