From 4a711840f06b22203605c3064042037256e430e6 Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Thu, 29 Feb 2024 17:05:26 +0100 Subject: [PATCH] Update docs requirements Sphinx constraint no longer needed; need `pkg_resources` for some reason (from `setuptools`) --- docs_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index 13dd6887..15df3d29 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -1,5 +1,5 @@ click -sphinx<7 +sphinx sphinx-autobuild sphinxcontrib-bibtex>=2 sphinx-issues @@ -9,3 +9,4 @@ nbsphinx_link ipython libertem[bqplot] flask +setuptools