From a6271f4b3945a1fe2a7e625bb0bdc44a1b049f68 Mon Sep 17 00:00:00 2001 From: Raphael Gaschignard Date: Thu, 26 Oct 2023 10:57:02 +0900 Subject: [PATCH] Point to the right version in Sphinx --- docs/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3d2aaeec..dad18370 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,5 @@ +import taggit + extensions = ["sphinx.ext.intersphinx"] master_doc = "index" @@ -6,9 +8,9 @@ copyright = "Alex Gaynor and individual contributors." # The short X.Y version. -version = "1.3" +version = taggit.__version__ # The full version, including alpha/beta/rc tags. -release = "1.3.0" +release = taggit.__version__ intersphinx_mapping = { "django": (