File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -51,19 +51,17 @@ To run tests:
51
51
To build the docs:
52
52
------------------
53
53
54
- The documentation is included in the regular `bpython ` repository so if you did the
55
- previous step your install can support generating and working on the documentation.
56
-
57
- Install ` sphinx ` (or in your current ` virtualenv `). And go to the following directory :
54
+ The documentation is included in the regular `bpython ` repository. After
55
+ checking out the ` bpython ` repository and installing ` sphinx ` as described in
56
+ the previous step, you can run the following command in your checkout of the
57
+ repository to build the documentation :
58
58
59
59
.. code-block :: bash
60
60
61
- $ pip install sphinx
62
- $ cd bpython/doc/sphinx/ # assuming you are in the root dir of the bpython project
63
- $ make html
61
+ $ make -C doc/sphinx html
64
62
65
- Afterwards you can point your browser to `bpython/ doc/source/ index.html `. Don't forget
66
- to recreate the HTML after you make changes.
63
+ Afterwards you can point your browser to `doc/sphinx/build/html/ index.html `.
64
+ Don't forget to recreate the HTML after you make changes.
67
65
68
66
69
67
To hack on the site or theme
You can’t perform that action at this time.
0 commit comments