mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-13 16:16:34 +00:00
Added auto bundle update and turned off linkcheck for now.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
@@ -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
@@ -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)/*
|
||||
|
||||
Reference in New Issue
Block a user