Loading .github/workflows/build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2 - name: Build MFiX-Exa HTML manual run: make -C docs run: make -C docs -C picvva env: DEFAULT_BRANCH: main GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} Loading docs/picvva/Makefile +6 −12 Original line number Diff line number Diff line # Minimal makefile for Sphinx documentation # # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = python -msphinx SOURCEDIR = source BUILDDIR = build # Put it first so that "make" without argument is like "make help". all: html mv build/html ../webroot/picvva_html help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) Loading @@ -18,7 +16,3 @@ help: # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) # move the generated html into webroot with the rest of the html all: html mv build/html ../webroot/picvva_html Loading
.github/workflows/build.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2 - name: Build MFiX-Exa HTML manual run: make -C docs run: make -C docs -C picvva env: DEFAULT_BRANCH: main GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} Loading
docs/picvva/Makefile +6 −12 Original line number Diff line number Diff line # Minimal makefile for Sphinx documentation # # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = python -msphinx SOURCEDIR = source BUILDDIR = build # Put it first so that "make" without argument is like "make help". all: html mv build/html ../webroot/picvva_html help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) Loading @@ -18,7 +16,3 @@ help: # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) # move the generated html into webroot with the rest of the html all: html mv build/html ../webroot/picvva_html