Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b31319e

Browse files
committed
DOC: minor formatting changes to doc build documentation
1 parent b49a577 commit b31319e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/README.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ Building the documentation
77

88
To build the documentation, you will need additional dependencies:
99

10-
* Sphinx-1.3 or later(Version 1.5.0 is not supported)
10+
* Sphinx-1.3 or later (version 1.5.0 is not supported)
1111
* numpydoc 0.4 or later
1212
* IPython
13-
* Mock
13+
* mock
1414
* colorspacious
1515
* pillow
16-
* graphviz.
16+
* graphviz
1717

18-
All of these dependencies except graphviz can be installed through pip::
18+
All of these dependencies *except graphviz* can be installed through pip::
1919

2020
pip install -r ../doc-requirements.txt
2121

22-
or conda::
22+
or all of them conda and pip::
2323

24-
conda install sphinx numpydoc ipython mock colorspacious pillow
24+
conda install sphinx numpydoc ipython mock graphviz pillow
25+
pip install colorspacious
2526

2627
To build the HTML documentation, type ``python make.py html`` in this
2728
directory. The top file of the results will be ./build/html/index.html

0 commit comments

Comments
 (0)