diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a8e3e49..622446c 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -85,7 +85,7 @@ jobs: any::lintr any::spelling any::rmarkdown - d-morrison/altdoc@recursive-qmd-search + d-morrison/altdoc@main needs: check # Set up Quarto - required for rendering the website diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index cad61cc..04c1e2d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -141,7 +141,7 @@ jobs: connect website extra-packages: | - d-morrison/altdoc@recursive-qmd-search + d-morrison/altdoc@main quarto-dev/quarto-r any::sessioninfo local::. diff --git a/DESCRIPTION b/DESCRIPTION index c21431d..8b14741 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rpt Title: What the Package Does (One Line, Title Case) -Version: 1.0.2.9002 +Version: 1.0.2.9003 Authors@R: c( person("First", "Last", , "first.last@example.com", role = c("aut", "cre")) ) @@ -30,4 +30,4 @@ Suggests: Config/testthat/edition: 3 VignetteBuilder: knitr, quarto Config/Needs/website: quarto -Config/roxygen2/version: 8.0.0 +Config/roxygen2/version: 8.1.0 diff --git a/NEWS.md b/NEWS.md index 876c0c1..1a72ca5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # rpt (development version) +- Switch altdoc dependency from `d-morrison/altdoc@recursive-qmd-search` + to `d-morrison/altdoc@main` (268 commits ahead, 0 behind). + - Contributing docs now ask for screenshots of the rendered documentation site on pull requests that change it, preferring a link into the PR-preview deployment over a local capture, and repair an unbalanced code fence that