File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .PHONY : clean-pyc clean-build clean
1+ .PHONY : clean-pyc clean-build clean docs
22UNAME := $(shell uname)
33
44RSC_API_KEYS =vetiver/tests/rsconnect_api_keys.json
@@ -61,10 +61,7 @@ coverage:
6161 $(BROWSER ) htmlcov/index.html
6262
6363docs doc documentation :
64- $(MAKE ) --directory=docs doc
65- python -m quartodoc build
66- python -m quartodoc interlinks
67- quarto render
64+ $(MAKE ) -C docs clean
6865
6966release : dist
7067 twine upload dist/*
Original file line number Diff line number Diff line change 11/.quarto /
22/_site /
3- objects.json
3+ / objects.json
44/_sidebar.yml
55/reference
Original file line number Diff line number Diff line change 1- # Minimal makefile for Sphinx documentation
1+ # Minimal makefile for quartodoc documentation
22#
33
44# You can set these variables from the command line, and also
@@ -8,13 +8,11 @@ SPHINXBUILD ?= sphinx-build
88SOURCEDIR = source
99BUILDDIR = _build
1010
11- # Put it first so that "make" without argument is like "make help".
12- help :
13- @$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
14-
1511.PHONY : help Makefile
1612
1713# Catch-all target: route all unknown targets to Sphinx using the new
1814# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1915% : Makefile
20- @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
16+ python -m quartodoc build
17+ python -m quartodoc interlinks
18+ quarto render
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments