Skip to content

Commit

Permalink
Fix docs link?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Dec 5, 2022
1 parent 839b522 commit f325d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hypothesis-python/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ exclude_lines =
if TYPE_CHECKING:
if "\w+" in sys\.modules:
assert all\(.+\)
if sys\.version_info\[:2\] [<=]= \(3, [789]\)
2 changes: 1 addition & 1 deletion hypothesis-python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def setup(app):
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"pytest": ("https://docs.pytest.org/en/stable/", None),
"django": ("https://django.readthedocs.io/en/stable/", None),
"django": ("https://docs.djangoproject.com/en/stable/", None),
"dateutil": ("https://dateutil.readthedocs.io/en/stable/", None),
"redis": ("https://redis-py.readthedocs.io/en/stable/", None),
"attrs": ("https://www.attrs.org/en/stable/", None),
Expand Down

0 comments on commit f325d51

Please sign in to comment.