We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcd4f1 commit 547e791Copy full SHA for 547e791
docs/requirements.txt
@@ -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