diff options
author | Runar Borge <runar@borge.nu> | 2018-06-23 23:51:10 +0200 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2018-06-23 23:51:10 +0200 |
commit | 598f1e0385c3e3d797ebe172d4e9acba88038993 (patch) | |
tree | 1b2172d3086f3c0a45daeefdb00fca2f6b2132ee /Makefile | |
parent | d4e3868629fd097c57ff6c47fe60b83ba4c3e272 (diff) | |
parent | 4c6282a43bc1a2ddfe690eef88536cfcd2b88535 (diff) | |
download | vyos-1x-598f1e0385c3e3d797ebe172d4e9acba88038993.tar.gz vyos-1x-598f1e0385c3e3d797ebe172d4e9acba88038993.zip |
Merge branch 'current' of git://github.com/vyos/vyos-1x into current
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -43,3 +43,10 @@ test: .PHONY: sonar sonar: sonar-scanner -X -Dsonar.login=${SONAR_TOKEN} + +.PHONY: docs +.ONESHELL: +docs: + sphinx-apidoc -o sphinx/source/ python/ + cd sphinx/ + PYTHONPATH=../python make html |