File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 5757 uses : actions/setup-python@v2
5858 - name : Install dependencies
5959 run : |
60- cd docs
61- pip install -r requirements.txt
60+ pip install -r docs/requirements.txt
6261 - name : Build documentation
6362 run : |
6463 cd docs
Original file line number Diff line number Diff line change 77 path : .
88 extra_requirements :
99 - rtd
10+ - requirements : docs/requirements.txt
1011
1112sphinx :
1213 builder : html
Original file line number Diff line number Diff line change 11myst-parser == 0.13.0
22furo == 2020.12.30b24
33sphinx == 3.4.0
4- .. /
4+ ./
Original file line number Diff line number Diff line change 5050# a list of builtin themes.
5151#
5252html_theme = 'furo'
53-
54- # Add any paths that contain custom static files (such as style sheets) here,
55- # relative to this directory. They are copied after the builtin static files,
56- # so a file named "default.css" will overwrite the builtin "default.css".
57- html_static_path = ['_static' ]
You can’t perform that action at this time.
0 commit comments