From dd77c46a7df1a9c8cf361baa1ea15297e30f0ba1 Mon Sep 17 00:00:00 2001 From: Chenying Zhao Date: Thu, 26 Oct 2023 17:42:26 -0400 Subject: [PATCH] add sphinx_rtd_theme to doc of setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c68fda9f..288e627a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,6 +50,7 @@ doc = jinja2<3.1.0 # to fix the issue re: jinja2 docutils <0.17 # to fix the issue of bullet points not rendered sphinx_design # for adding in-line badges etc + sphinx_rtd_theme # needed by readthedocs tests = pytest pytest-xdist # for running pytest in parallel