Skip to content

Commit

Permalink
using sphinx_rtd_theme for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertohasnofb committed Dec 3, 2018
1 parent 4d63ac0 commit 489a602
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
Binary file modified docs/listools.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion listools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
from listools.listutils import *

__author__ = "Gilberto Agostinho <[email protected]>"
__version__ = "2.1.2"
__version__ = "2.1.3"
__all__ = ['flatools', 'iterz', 'listutils', 'llogic']

0 comments on commit 489a602

Please sign in to comment.