From 20d67fd1bcd7766d142d2b811679e3ece8e750c2 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Wed, 27 Dec 2023 12:41:40 +0100 Subject: [PATCH] doc: add dependencies --- docs/conf.py | 2 +- docs/requirements.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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