Skip to content

Make it possible to configure output directory of render_docs #299

@nsheff

Description

@nsheff

I want to render the docs into a separate folder, somewhere else. The documentation seems to indicate I can point it to a different intput source, through path, but not to a different output location:

     render_docs(path = ".", verbose = FALSE, parallel = FALSE, freeze = FALSE)
     
Arguments:

    path: Path to the package root directory.

I want something like:

render_docs(output_path="../../docs/thisRPackage")

because I have a single mkdocs site, which I want to hold the rendered documentation from multiple packages, which I would put as subfolders in a /docs parent folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions