Skip to content

Commit 99461db

Browse files
committed
build: theme change to furo
1 parent cd843e9 commit 99461db

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements.txt

-18 Bytes
Binary file not shown.

source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
project = 'libdocument'
1010
copyright = '2023, MQChen'
1111
author = 'MQChen'
12-
release = 'alpha.0.1'
1312

1413
# -- General configuration ---------------------------------------------------
1514
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -40,9 +39,8 @@
4039

4140

4241

43-
html_theme = 'sphinx_rtd_theme'
42+
html_theme = 'furo'
4443
html_static_path = ['_static']
4544

4645
html_show_sourcelink = False
47-
html_show_sphinx = False
4846

0 commit comments

Comments
 (0)