diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-08-05 18:36:59 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-08-05 19:06:42 +0900 |
commit | 574fb6ac38e6585079df198fcc819546e45580e2 (patch) | |
tree | 813e5c8fc0633543859e779d841c3e6fad6cb3bd /HACKING.rst | |
parent | 10d57730197e7ebf0089cde77cacec5f770a95c6 (diff) | |
download | buildstream-574fb6ac38e6585079df198fcc819546e45580e2.tar.gz |
HACKING.rst: It is not longer required to install BuildStream to build the docs.
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/HACKING.rst b/HACKING.rst index 5d3ec1834..e6589344c 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -256,9 +256,6 @@ using pip or some other mechanism:: # Additional optional dependencies required pip3 install --user arpy -Furthermore, the documentation build requires that BuildStream itself -be installed, as it will be used in the process of generating its docs. - To build the documentation, just run the following:: make -C doc |