File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
14+ with :
15+ python-version : " 3.12"
1316 - name : Install Dependencies
14- run : |
15- pip install sphinx shibuya m2r2
17+ run : pip install -r website/docs/requirements.txt
1618 - name : Sphinx Build
17- uses : ammaraskar/sphinx-action@master
18- with :
19- docs-folder : " website/docs/"
20- build-command : " sphinx-build -b html ./source ./build"
19+ run : cd website/docs && sphinx-build -b html ./source ./build
2120 - name : rsync homepage files
2221 uses : burnett01/rsync-deployments@master
2322 with :
Original file line number Diff line number Diff line change 1- sphinx
1+ # Pin Sphinx and docutils so CI image upgrades from default 2.4.4/0.16.
2+ # Shibuya theme requires document.findall() (docutils >= 0.18). m2r2 needs docutils >= 0.19.
3+ sphinx >= 5.0
4+ docutils >= 0.19
25shibuya
36m2r2
You can’t perform that action at this time.
0 commit comments