Skip to content

Commit 37ecbc4

Browse files
committed
[doc/conf] Update sphinx config
1 parent e1bff39 commit 37ecbc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ def __new__(meta, name, bases, clsdict):
6969
# built documents.
7070
#
7171
# The short X.Y version.
72-
version = '0.1'
72+
version = '1.4'
7373
# The full version, including alpha/beta/rc tags.
74-
release = '0.1'
74+
release = '1.4.0'
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.
@@ -115,7 +115,7 @@ def __new__(meta, name, bases, clsdict):
115115

116116
# The theme to use for HTML and HTML Help pages. Major themes that come with
117117
# Sphinx are currently 'default' and 'sphinxdoc'.
118-
html_theme = 'default'
118+
html_theme = 'sphinxdoc'
119119

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

0 commit comments

Comments
 (0)