From f428c655196cb1729aad48f9d7aefdfe33bb6390 Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Tue, 14 Sep 2021 20:18:03 +0300 Subject: [PATCH] update docs theme again --- 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 67512c3..abf4ed8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,8 @@ release = '1.4' # ones. extensions = [ 'sphinx.ext.napoleon', - 'sphinx.ext.ifconfig' + 'sphinx.ext.ifconfig', + 'sphinx_rtd_theme' ] # Add any paths that contain templates here, relative to this directory. @@ -49,7 +50,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 = 'groundwork' +html_theme = "sphinx_rtd_theme" 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 15f27b4..a8a7a9f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1 @@ -boticordpy -groundwork-sphinx-theme \ No newline at end of file +boticordpy \ No newline at end of file