Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Dec 9, 2023
1 parent 3619a5c commit 5ca0f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Suggests:
vctrs,
withr
Config/Needs/website:
etiennebacher/altdoc,
etiennebacher/altdoc@debugging,
future.apply,
here,
magrittr,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ all: fmt tools/lib-sums.tsv build test README.md LICENSE.note ## build -> test -

.PHONY: docs
docs: build install README.md altdoc/reference_home.md ## Generate docs
Rscript -e 'future::plan(future::multicore); source("altdoc/altdoc_preprocessing.R"); altdoc::render_docs(freeze = FALSE, parallel = TRUE)'
Rscript -e 'future::plan(future::multicore); source("altdoc/altdoc_preprocessing.R"); altdoc::render_docs(freeze = TRUE, parallel = TRUE)'

.PHONY: docs-preview
docs-preview: ## Preview docs on local server. Needs `make docs`
Expand Down

0 comments on commit 5ca0f37

Please sign in to comment.