Skip to content
Snippets Groups Projects
Commit d9388bc2 authored by aviau's avatar aviau Committed by gerrit2
Browse files

Allow for building docs with `make html`

This commit makes use of the virtual env in the `docs` target.
This way, all users have to do to build the documentation is run
`make docs`.

Change-Id: I5c4855d9d0a3fbbfeea53c568f3d9dc6de10ddd5
Tuleap: #636
parent 991e63d3
No related branches found
No related tags found
No related merge requests found
.PHONY: docs
docs: env
make -C docs html
env/bin/sphinx-build -b html docs/source docs/build/html
env:
virtualenv env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment