Skip to content
Snippets Groups Projects
Commit 6f803727 authored by Vincent Texier's avatar Vincent Texier
Browse files

Use sphinx_rtd_theme for a better html documentation

parent c362840e
No related branches found
No related tags found
No related merge requests found
...@@ -72,9 +72,9 @@ author = 'caner & inso' ...@@ -72,9 +72,9 @@ author = 'caner & inso'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.30.5' version = '0.51.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.30.5' release = '0.51.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
...@@ -126,6 +126,7 @@ todo_include_todos = True ...@@ -126,6 +126,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
#html_theme = 'alabaster' #html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a 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 # further. For a list of options available for each theme, see the
......
sphinx
mypy mypy
sphinx
sphinx_rtd_theme
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment