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

Share doctree between builders #5407

Merged
merged 3 commits into from
Mar 12, 2019

Commits on Mar 6, 2019

  1. Share doctree between builders

    We are reducing build time with this.
    And also saving a little of space in the builders.
    
    According to sphinx, we are safe doing this:
    
    > the doctrees can be shared between all builders
    
    http://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-d
    
    Closes readthedocs#4363
    stsewd committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    bdb9c75 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    b76094a View commit details
    Browse the repository at this point in the history
  2. Use feature flag

    stsewd committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    b0f2ccd View commit details
    Browse the repository at this point in the history