diff --git a/docs/conf.py b/docs/conf.py index b33d4b1e..722e6f68 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # 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 = "sphinx_rtd_theme" html_logo = "logo.png" html_favicon = "favicon.ico" diff --git a/docs/requirements.txt b/docs/requirements.txt index 93120e66..af89b0d0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,5 @@ -docutils<0.18 +docutils +sphinx +sphinx-rtd-theme +commonmark +recommonmark