Added auto bundle update and turned off linkcheck for now.

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-07-11 15:07:38 -07:00
parent 2502b13637
commit ba9fd8f0a7
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ install: "pip3 install -q -r requirements.txt"
# command to run tests
script:
- make py
- make html
- make linkcheck
#- make linkcheck
deploy:
provider: pages
+3
View File
@@ -10,6 +10,9 @@ html:
linkcheck:
make -C source linkcheck
py:
make -C source py
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
+2 -1
View File
@@ -6,7 +6,7 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
SCRIPTDIR = scripts/_python
SCRIPTDIR = _scripts/_python
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
@@ -48,6 +48,7 @@ help:
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
@echo " coverage to run coverage check of the documentation (if enabled)"
@echo " py to trigger an update of bundle content"
clean:
rm -rf $(BUILDDIR)/*