Skip to content

Commit 4c4eb54

Browse files
committed
Try to force RTD to build as 5.1.0.
1 parent b0a2e49 commit 4c4eb54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import os
1111
import sys
12-
from importlib.metadata import version as get_version
1312

1413
import django
1514
from django.conf import settings
@@ -39,8 +38,8 @@
3938
master_doc = "index"
4039
project = "django-registration"
4140
copyright = "James Bennett and contributors"
42-
version = get_version("django-registration")
43-
release = version
41+
version = "5.1.0"
42+
release = "5.1.0"
4443
exclude_trees = ["_build"]
4544
pygments_style = "sphinx"
4645
htmlhelp_basename = "django-registrationdoc"

0 commit comments

Comments
 (0)