Skip to content

Commit

Permalink
Try to force RTD to build as 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Nov 8, 2024
1 parent b0a2e49 commit 4c4eb54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import os
import sys
from importlib.metadata import version as get_version

import django
from django.conf import settings
Expand Down Expand Up @@ -39,8 +38,8 @@
master_doc = "index"
project = "django-registration"
copyright = "James Bennett and contributors"
version = get_version("django-registration")
release = version
version = "5.1.0"
release = "5.1.0"
exclude_trees = ["_build"]
pygments_style = "sphinx"
htmlhelp_basename = "django-registrationdoc"
Expand Down

0 comments on commit 4c4eb54

Please sign in to comment.