File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,21 +7,22 @@ Building the documentation
77
88To 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
2627To build the HTML documentation, type ``python make.py html`` in this
2728directory. The top file of the results will be ./build/html/index.html
You can’t perform that action at this time.
0 commit comments