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

Build fixes and cleanup for Sphinx version 4 #722

Merged
merged 4 commits into from Jan 25, 2022

Commits on Jan 24, 2022

  1. build: Limit cloning of pre-rendered docs repo to latest revision.

    Limit the depth of cloning to one, as we're just interested in the
    latest version of all files during deployment.
    acolomb committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0bc0c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b4d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9198387 View commit details
    Browse the repository at this point in the history
  4. Clean up broken and redirected external links.

    Follow most "broken" and "redirect" hints given by make linkcheck,
    where it makes sense.
    
    * https:// redirects
    * go.dev domain redirects from older golang sites
    * datatracker.ietf.org (from tools.ietf.org)
    * www.foo.tld versus foo.tld redirects
    * Cloudron demo site
    * pypi.org redirect
    * ind.ie served by small-tech.org (for pulse-swift)
    * github.com/codabrink rename
    * github.com/jastBytes rename
    * removed salt-syncthing (dead on GitHub)
    * removed susestudio.com (gone, project not migrated)
    * other small fixes
    acolomb committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    bc36c01 View commit details
    Browse the repository at this point in the history