Skip to content

Commit

Permalink
Update docs requirements
Browse files Browse the repository at this point in the history
Sphinx constraint no longer needed; need `pkg_resources` for some reason
(from `setuptools`)
  • Loading branch information
sk1p authored and uellue committed Mar 1, 2024
1 parent 8be729c commit 4a71184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click
sphinx<7
sphinx
sphinx-autobuild
sphinxcontrib-bibtex>=2
sphinx-issues
Expand All @@ -9,3 +9,4 @@ nbsphinx_link
ipython
libertem[bqplot]
flask
setuptools

0 comments on commit 4a71184

Please sign in to comment.