File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v1
10- - uses : ammaraskar/sphinx-action@master
11- with :
12- docs-folder : doc/
10+ - name : Build Sphinx documentation
11+ run : |
12+ pip install -r doc/requirements.txt
13+ sphinx-build doc/ ./doc/_build/html/
14+
1315 - name : Upload artifact
1416 # Automatically uploads an artifact from the './_site' directory by default
1517 uses : actions/upload-pages-artifact@v1
Original file line number Diff line number Diff line change 4545# The theme to use for HTML and HTML Help pages. See the documentation for
4646# a list of builtin themes.
4747#
48- html_theme = "sphinx_rtd_theme "
48+ html_theme = "furo "
4949
5050# Add any paths that contain custom static files (such as style sheets) here,
5151# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 1- sphinx_rtd_theme
1+ sphinx
2+
3+ # Theme, force pygments update
4+ furo >= 2022.9.15
5+ pygments >= 2.7
You can’t perform that action at this time.
0 commit comments