Commit 7b98b57d authored by Tharrington, Arnold's avatar Tharrington, Arnold
Browse files

Adding files to to build gitlab pages.

parent c4791dad
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ variables:
# only cache local items.
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"



# ----------------------------------------------------
# This section defines reusable configurations.
#
+11 −0
Original line number Diff line number Diff line
#! /usr/bin/env bash

cd ${NCP_TOP_LEVEL}/documentation
make clean && make html
if [[ $? != 0 ]]; then
    echo "Failed to create documentation."
    exit 1
else
    echo "Created documentation."
fi
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
SPHINXOPTS    ?=
SPHINXBUILD   ?= sphinx-build
SOURCEDIR     = source
BUILDDIR      = build
BUILDDIR      = $(NCP_TOP_LEVEL)/public

# Put it first so that "make" without argument is like "make help".
help: