File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 7676 # Install dependencies:
7777 - name : ' Install dependencies'
7878 run : |
79- pip install -r ./requirements.txt
80- pip install .
79+ pip install .[doc]
8180
8281 # Generate the documentation:
8382 - 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/"
1414Documentation = " https://data-apis.org/array-api/"
1515Homepage = " https://data-apis.org/"
1616
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+
1728[build-system ]
1829requires = [" setuptools" ]
1930build-backend = " setuptools.build_meta"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments