Skip to content

Commit

Permalink
add release notes, format
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Dec 7, 2024
1 parent a265aa1 commit 3dec002
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RELEASE_TYPE: patch

This patch updates some outdated external links in our documentation.
12 changes: 11 additions & 1 deletion hypothesis-python/docs/_ext/hypothesis_linkcheck.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
from sphinx.builders.linkcheck import HyperlinkAvailabilityChecker
# This file is part of Hypothesis, which may be found at
# https://github.com/HypothesisWorks/hypothesis/
#
# Copyright the Hypothesis Authors.
# Individual contributors are listed in AUTHORS.rst and the git log.
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.

import sphinx
from sphinx.application import Sphinx
from sphinx.builders.linkcheck import HyperlinkAvailabilityChecker

# We want to customize the linkcheck behavior so that references from intersphinx
# mappings are not checked. We use these liberally and don't want to spend CI time
Expand Down

0 comments on commit 3dec002

Please sign in to comment.