From 6f80372775cbdcb35957e0fd08b23cc6b50bd7cf Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Wed, 19 Dec 2018 18:17:37 +0100 Subject: [PATCH] Use sphinx_rtd_theme for a better html documentation --- docs/conf.py | 5 +++-- requirements_dev.txt | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5c645ffb..585123d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,9 +72,9 @@ author = 'caner & inso' # built documents. # # The short X.Y version. -version = '0.30.5' +version = '0.51.0' # 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 # for a list of supported languages. @@ -126,6 +126,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. #html_theme = 'alabaster' +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 diff --git a/requirements_dev.txt b/requirements_dev.txt index ff19235a..5816b58f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,2 +1,3 @@ -sphinx mypy +sphinx +sphinx_rtd_theme -- GitLab