File tree 3 files changed +11
-5
lines changed 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- 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
+
13
15
- name : Upload artifact
14
16
# Automatically uploads an artifact from the './_site' directory by default
15
17
uses : actions/upload-pages-artifact@v1
Original file line number Diff line number Diff line change 45
45
# The theme to use for HTML and HTML Help pages. See the documentation for
46
46
# a list of builtin themes.
47
47
#
48
- html_theme = "sphinx_rtd_theme "
48
+ html_theme = "furo "
49
49
50
50
# Add any paths that contain custom static files (such as style sheets) here,
51
51
# 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