Skip to content

Commit e090995

Browse files
committed
Changing sphinx theme to material
1 parent c2a4a23 commit e090995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rebuild-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install hatch
2929
pip install setuptools wheel twine
3030
pip install build
31-
pip install sphinx
31+
pip install sphinx sphinx-material
3232
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
3333
3434
- name: Install package in editable mode

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Options for HTML output -------------------------------------------------
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2525

26-
html_theme = 'classic'
26+
html_theme = 'sphinx_material'
2727
html_css_files = ['custom.css']
2828
html_static_path = ['_static']
2929
html_baseurl = '_build/html/'

0 commit comments

Comments
 (0)