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