From 2bb7eb4c11e59ebf20dea1a6e97caec118a714d3 Mon Sep 17 00:00:00 2001 From: Chenying Zhao Date: Fri, 27 Oct 2023 11:50:26 -0400 Subject: [PATCH] add sphinx_rtd_theme to setup.cfg for readthedocs --- 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