File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
source ./.env/bin/activate
23
23
python3 -m pip install --upgrade pip
24
24
pip install mkdocs mkdocs-material pymdown-extensions mkdocstrings[python]
25
- pip install sphinx sphinx_rtd_theme sphinx-immaterial numpy msgpack-rpc-python
25
+ pip install sphinx sphinx-immaterial numpy msgpack-rpc-python
26
26
27
27
- name : " Build API documentation: Sphinx Immaterial"
28
28
shell : bash
Original file line number Diff line number Diff line change 42
42
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
43
43
# ones.
44
44
extensions = [
45
+ "sphinx_immaterial" ,
45
46
"sphinx.ext.autodoc" ,
46
47
"sphinx.ext.autosummary" ,
47
48
"sphinx.ext.autosectionlabel" ,
52
53
"sphinx.ext.coverage" ,
53
54
"sphinx.ext.napoleon" ,
54
55
"sphinx.ext.viewcode" ,
55
- "sphinx_rtd_theme" ,
56
56
]
57
57
58
58
autodoc_default_flags = ["members" ]
77
77
#
78
78
# This is also used if you do content translation via gettext catalogs.
79
79
# Usually you set "language" from the command line for these cases.
80
- language = None
80
+ language = "en"
81
81
82
82
# List of patterns, relative to source directory, that match files and
83
83
# directories to ignore when looking for source files.
94
94
# a list of builtin themes.
95
95
#
96
96
# html_theme = 'alabaster'
97
- html_theme = "sphinx_rtd_theme "
97
+ html_theme = "sphinx_immaterial "
98
98
99
99
# Theme options are theme-specific and customize the look and feel of a theme
100
100
# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments