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

Restore building of documentation downloads #1856

Merged
merged 1 commit into from
Mar 3, 2024

Commits on Mar 2, 2024

  1. Restore building of documentation downloads

    Although documentation resumed being built in 634151a, and the RTD
    theme and API Reference section were restored in 64ad585 (gitpython-developers#1843),
    documentation for download did not resume being built, with 3.1.37
    (not 3.1.42) being the latest version listed here:
    
        https://readthedocs.org/projects/gitpython/downloads/
    
    Three kinds of downloadable documentation are supported -- PDF,
    ePub, and HTML -- and all three were previously being built but
    all have stopped.
    
    This attempts to resume building all three, using `all` as the
    value of the `formats` key in .readthedocs.yml.
    
    A string value of `all` currently should have the same effect as a
    sequence value of the strings `htmlzip`, `pdf`, and `epub`. (In the
    future, `all` may build more formats.) See:
    
    - https://docs.readthedocs.io/en/stable/downloadable-documentation.html
    - https://docs.readthedocs.io/en/stable/config-file/v2.html#formats
    EliahKagan committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5253b8d View commit details
    Browse the repository at this point in the history