You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
I think that would be nice, but I half remember we had something like this in a prior version, and deprecated it because tracking paths was a nightmare.
Unfortunately, I don't have time for this, but if you want to take a shot, I'm sure some people would find it useful.
IIUC, it's just about adding a new argument, so in principle it should not break existing workflows.
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:I want something like:
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.The text was updated successfully, but these errors were encountered: