diff options
author | Tibor <tifrank@cisco.com> | 2017-01-26 13:21:12 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-01-27 01:03:05 +0000 |
commit | 7ff11136b1a528bd3d9b0795fa0005b40c2b3b9f (patch) | |
tree | 662d21fad42bd6ac5ee5f503c4d2e1aabf376aa6 /test/Makefile | |
parent | 3900fe53fc15dbf07b86cfffa9877c7b15fb874c (diff) |
Add sphinx read the doc theme.
Change-Id: Iade7c42081378bf211b81ad29b2898518442d2ff
Signed-off-by: Tibor <tifrank@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index db64ad93e07..f3c71b5137c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -55,7 +55,7 @@ wipe: reset doc: verify-python-path @virtualenv $(PYTHON_VENV_PATH) -p python2.7 - @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && pip install $(PYTHON_DEPENDS) sphinx" + @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && pip install $(PYTHON_DEPENDS) sphinx sphinx-rtd-theme" @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && make -C doc WS_ROOT=$(WS_ROOT) BR=$(BR) NO_VPP_PAPI=1 html" .PHONY: wipe-doc |