File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ BUILDDIR = _site
5
5
6
6
.PHONY : default install clean draft spec
7
7
8
- default : install clean spec
8
+ default : clean spec
9
9
10
10
install :
11
11
pip install -e .[doc]
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ this array API standard.
20
20
21
21
### Quickstart
22
22
23
- Just running ` make ` at the root of the repository should install the necessary
24
- dependencies and build the whole spec website.
23
+ To install the local stubs and additional dependencies of the Sphinx docs, you
24
+ can use ` make install ` . Then just running ` make ` at the root of the repository
25
+ should build the whole spec website.
25
26
26
27
``` sh
28
+ $ make install
27
29
$ make
28
30
$ ls _site/
29
31
2021.12/ draft/ index.html latest/ versions.json
@@ -33,8 +35,7 @@ $ ls _site/
33
35
34
36
The spec website is comprised of multiple Sphinx docs (one for each spec version),
35
37
all of which exist in ` spec/ ` and rely on the modules found in ` src/ ` (most
36
- notably ` array_api_stubs ` ). To install these modules and the additional
37
- dependencies of the Sphinx docs, you can use ` make install ` , which aliases
38
+ notably ` array_api_stubs ` ). ` make install ` aliases
38
39
39
40
``` sh
40
41
$ pip install -e .[doc] # ensure you install the dependencies extra "doc"
You can’t perform that action at this time.
0 commit comments