summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-05-28 12:52:26 -0400
committerJulian Berman <Julian@GrayVines.com>2022-05-28 12:52:26 -0400
commit9b22313143a7de18a08f7852dede1aa86929a6da (patch)
treef1c75fc17105aa751f9741ad94b48ce92b0404a6 /pyproject.toml
parenta5af0cd98202789973300252101d5f4b83b2b745 (diff)
downloadjsonschema-9b22313143a7de18a08f7852dede1aa86929a6da.tar.gz
Let RTD be authoritative about what the default doc version is.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fc1487b..fb7224b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -68,7 +68,7 @@ jsonschema = "jsonschema.cli:main"
[project.urls]
homepage = "github.com/python-jsonschema/jsonschema"
-documentation = "python-jsonschema.readthedocs.io/en/latest/"
+documentation = "python-jsonschema.readthedocs.io/"
issues = "github.com/python-jsonschema/jsonschema/issues/"
funding = "github.com/sponsors/Julian"
tidelift = "tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"