Skip to content

Commit b391b21

Browse files
author
Eric Lapouyade
committed
update sphinx theme
1 parent e766040 commit b391b21

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = "0.9"
53+
version = "0.20"
5454
# The full version, including alpha/beta/rc tags.
55-
release = "0.9.x"
55+
release = "0.20.x"
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.
@@ -97,7 +97,7 @@
9797

9898
# The theme to use for HTML and HTML Help pages. See the documentation for
9999
# a list of builtin themes.
100-
html_theme = "default"
100+
html_theme = "sphinx_rtd_theme"
101101

102102
# Theme options are theme-specific and customize the look and feel of a theme
103103
# further. For a list of options available for each theme, see the

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ python-docx
22
docxcompose
33
jinja2
44
lxml
5+
sphinx-book-theme

0 commit comments

Comments
 (0)