Skip to content

Commit 547e791

Browse files
committed
add docs/requirements.txt
1 parent 1fcd4f1 commit 547e791

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/requirements.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Requirements for building Surfaces documentation
2+
3+
# Core Sphinx and extensions
4+
sphinx>=7.0.0
5+
sphinx-autobuild
6+
sphinx-copybutton
7+
sphinx-design
8+
sphinx-issues
9+
myst-parser
10+
numpydoc
11+
12+
# Theme
13+
pydata-sphinx-theme
14+
15+
# For intersphinx linking
16+
# These need to be importable to build docs
17+
numpy
18+
pandas
19+
scikit-learn
20+
matplotlib
21+
22+
# For plot generation
23+
plotly>=5.0
24+
kaleido==0.2.1

0 commit comments

Comments
 (0)