From e1d4382ebe9ad01418690e30490d0094409bd932 Mon Sep 17 00:00:00 2001 From: jtburrows <57203971+jtburrows@users.noreply.github.com> Date: Thu, 22 Aug 2024 03:24:31 -0700 Subject: [PATCH] Update setup.cfg - Revert doc dependencies to match master --- setup.cfg | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index 82c66f2..c5492e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,14 +80,11 @@ dev = pre-commit tox docs = - sphinx==6.5.0 - sphinx-autoapi==1.7.0 - sphinx_rtd_theme==1.1.2 - sphinxcontrib-bibtex==2.4.0 - nbsphinx==0.8.0 - jinja2==3.1.2 - markupsafe==2.1.3 - docutils==0.20.1 + sphinx ~= 3.5 + sphinx-autoapi ~= 1.7 + sphinx_rtd_theme + sphinxcontrib-bibtex ~= 2.1 + nbsphinx tests = pytest pytest-cov