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

Close #6525: linkcheck: Add linkcheck_ignore_redirects and linkcheck_warn_redirects #9234

Merged
merged 11 commits into from Jul 6, 2021

Commits on May 15, 2021

  1. Close sphinx-doc#6525: linkcheck: Add linkcheck_warn_redirects

    Add a new confval; `linkcheck_warn_redirects` to emit a warning when
    the hyperlink is redirected.  It's useful to detect unexpected redirects
    under the warn-is-error mode.
    tk0miya committed May 15, 2021
    Copy the full SHA
    05eb2ca View commit details
    Browse the repository at this point in the history
  2. Close sphinx-doc#6525: linkcheck: Add linkcheck_ignore_redirects

    Add a new confval; linkcheck_ignore_redirects to ignore hyperlinks
    that are redirected as expected.
    tk0miya committed May 15, 2021
    Copy the full SHA
    707319a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Copy the full SHA
    ce9e2e6 View commit details
    Browse the repository at this point in the history
  2. Update docs

    tk0miya committed May 20, 2021
    Copy the full SHA
    c97e9b1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4201a84 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Fix typo in doc/usage/configuration.rst

    Co-authored-by: François Freitag <mail@franek.fr>
    tk0miya and francoisfreitag committed May 30, 2021
    Copy the full SHA
    fe89a07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    676834b View commit details
    Browse the repository at this point in the history
  3. doc: Fix indentation

    tk0miya committed May 30, 2021
    Copy the full SHA
    48c80b1 View commit details
    Browse the repository at this point in the history
  4. doc: Fix indentation

    tk0miya committed May 30, 2021
    Copy the full SHA
    2887dd0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. linkcheck: Emit a warning for disallowed redirects

    Now linkcheck builder integrates `linkcheck_warn_redirects` into
    `linkcheck_allowed_redirects`.  As a result, linkcheck builder will
    emit a warning when "disallowed" redirection detected via
    `linkcheck_allowed_redirects`.
    tk0miya committed May 31, 2021
    Copy the full SHA
    988a79d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Copy the full SHA
    5e5bca9 View commit details
    Browse the repository at this point in the history