Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft mode that skips (potentially) expensive parts of the build process #1836

Merged
merged 2 commits into from
Jun 3, 2022

Commits on Jun 3, 2022

  1. Draft mode that skips (potentially) expensive parts of the build process

    When passing `draft=true` to `makedocs` a draft version of the
    documentation is built. Draft mode skips potentially expensive parts of
    the building process and can be useful to get faster feedback when
    writing documentation. Draft mode currently skips doctests, `@example`,
    `@repl`, `@eval`, and `@setup` blocks. Draft mode can be disabled (or
    enabled) on a per-page basis by setting `Draft = true` in an `@meta`
    block.
    fredrikekre committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2ceaf28 View commit details
    Browse the repository at this point in the history
  2. Update src/Documenter.jl

    Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
    fredrikekre and KristofferC authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1113942 View commit details
    Browse the repository at this point in the history