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:
5151To build the docs:
5252------------------
5353
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 :
5858
5959.. code-block :: bash
6060
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
6462
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.
6765
6866
6967To hack on the site or theme
You can’t perform that action at this time.
0 commit comments