File tree 3 files changed +12
-9
lines changed
3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 76
76
# Install dependencies:
77
77
- name : ' Install dependencies'
78
78
run : |
79
- pip install -r ./requirements.txt
80
- pip install .
79
+ pip install .[doc]
81
80
82
81
# Generate the documentation:
83
82
- name : ' Build documentation'
Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ Source = "https://github.com/data-apis/array-api/"
14
14
Documentation = " https://data-apis.org/array-api/"
15
15
Homepage = " https://data-apis.org/"
16
16
17
+ [project .optional-dependencies ]
18
+ doc = [
19
+ " sphinx==4.3.0" ,
20
+ " sphinx-material==0.0.30" ,
21
+ " myst-parser" ,
22
+ " sphinx_markdown_tables" ,
23
+ " sphinx_copybutton" ,
24
+ " docutils<0.18" ,
25
+ " sphinx-math-dollar" ,
26
+ ]
27
+
17
28
[build-system ]
18
29
requires = [" setuptools" ]
19
30
build-backend = " setuptools.build_meta"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments