Skip to content

Commit 85f7a2a

Browse files
committed
DOC: install setuptools to avoid pybtex error
1 parent 3bc9d54 commit 85f7a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ ipykernel
22
numpy
33
matplotlib
44
pandas
5+
# setuptools seems to be needed for pybtex, see
6+
# https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/345:
7+
setuptools
58
sphinxcontrib-bibtex>=2.1
69
sphinxcontrib-svg2pdfconverter
710
ipywidgets

0 commit comments

Comments
 (0)