File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ sphinx
2
+ furo
Original file line number Diff line number Diff line change 93
93
94
94
# The theme to use for HTML and HTML Help pages. See the documentation for
95
95
# a list of builtin themes.
96
- html_theme = 'default '
96
+ html_theme = 'furo '
97
97
98
98
# Theme options are theme-specific and customize the look and feel of a theme
99
99
# further. For a list of options available for each theme, see the
105
105
106
106
# The name for this set of Sphinx documents. If None, it defaults to
107
107
# "<project> v<release> documentation".
108
- # html_title = None
108
+ html_title = "Toolz"
109
109
110
110
# A shorter title for the navigation bar. Default is the same as html_title.
111
111
#html_short_title = None
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ three ways:
11
11
12
12
1. Toolz is pure Python
13
13
2. Toolz relies only on the standard library
14
- 3. Toolz simultaneously supports Python versions 3.5 + and PyPy
14
+ 3. Toolz simultaneously supports Python versions 3.8 + and PyPy
You can’t perform that action at this time.
0 commit comments