diff --git a/docs/conf.py b/docs/conf.py index 2df57310..10a14da6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,11 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +import sphinx_rtd_theme + +html_theme = 'sphinx_rtd_theme' + +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/requirements.txt b/requirements.txt index c79a7580..9ad24a7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,3 +61,4 @@ lorem # pro dokumentaci sphinx +sphinx_rtd_theme