Skip to content

Commit e61bdc3

Browse files
committed
Update docs
1 parent fec5fd6 commit e61bdc3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
furo

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
# The theme to use for HTML and HTML Help pages. See the documentation for
9595
# a list of builtin themes.
96-
html_theme = 'default'
96+
html_theme = 'furo'
9797

9898
# Theme options are theme-specific and customize the look and feel of a theme
9999
# further. For a list of options available for each theme, see the
@@ -105,7 +105,7 @@
105105

106106
# The name for this set of Sphinx documents. If None, it defaults to
107107
# "<project> v<release> documentation".
108-
#html_title = None
108+
html_title = "Toolz"
109109

110110
# A shorter title for the navigation bar. Default is the same as html_title.
111111
#html_short_title = None

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ three ways:
1111

1212
1. Toolz is pure Python
1313
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

0 commit comments

Comments
 (0)