diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-05-03 19:22:11 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-05-03 19:22:11 +0900 |
commit | bcd88c9cfbec6c9fa6702d00eb291dd1bec255b2 (patch) | |
tree | ae3735ac796341b614ba5837b2cb108e330accc2 /.gitlab-ci.yml | |
parent | d0413e4e17564fea0b31379dc905e1638ca07ad2 (diff) | |
download | buildstream-bcd88c9cfbec6c9fa6702d00eb291dd1bec255b2.tar.gz |
Documentation: Added "Invoking BuildStream" user facing documentation
This is using the relatively new `sphinx-click` plugin and will
automatically update the documentation based on whatever changes
in the frontend.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 765437273..b1b51b282 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ tests: pages: script: - pip3 install sphinx + - pip3 install sphinx-click - pip3 install --user -e . - make -C doc - mv doc/build/html public |