We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a4a23 commit e090995Copy full SHA for e090995
.github/workflows/rebuild-and-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install hatch
29
pip install setuptools wheel twine
30
pip install build
31
- pip install sphinx
+ pip install sphinx sphinx-material
32
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
33
34
- name: Install package in editable mode
docs/conf.py
@@ -23,7 +23,7 @@
23
# -- Options for HTML output -------------------------------------------------
24
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
25
26
-html_theme = 'classic'
+html_theme = 'sphinx_material'
27
html_css_files = ['custom.css']
html_static_path = ['_static']
html_baseurl = '_build/html/'
0 commit comments