From 86ff1cbb0ce06a8e5eaa430e945608bdb237f8b7 Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Tue, 14 Sep 2021 20:15:58 +0300 Subject: [PATCH] update docs theme --- docs/conf.py | 5 ++--- docs/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index abf4ed8..67512c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,8 +32,7 @@ release = '1.4' # ones. extensions = [ 'sphinx.ext.napoleon', - 'sphinx.ext.ifconfig', - 'sphinx_rtd_theme' + 'sphinx.ext.ifconfig' ] # Add any paths that contain templates here, relative to this directory. @@ -50,7 +49,7 @@ 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 = "sphinx_rtd_theme" +html_theme = 'groundwork' html_show_sourcelink = False # Add any paths that contain custom static files (such as style sheets) here, diff --git a/docs/requirements.txt b/docs/requirements.txt index a8a7a9f..15f27b4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -boticordpy \ No newline at end of file +boticordpy +groundwork-sphinx-theme \ No newline at end of file