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

Allow extensions to detect freshenv builds #12358

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. 👌 Allow extensions to detect freshenv builds

    Some extensions cache data outside of the `BuildEnvironment` (usually for memory/performance reasons).
    For these extensions it would be helpful to detect when `sphinx-build -E` has been called, which in essence suggests the user wishes to remove cached data before building.
    chrisjsewell committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8e19a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30f3d34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8785f11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b4347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    269e237 View commit details
    Browse the repository at this point in the history