Skip to content

Commit

Permalink
Point to the right version in Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Oct 26, 2023
1 parent 5425d20 commit 3b7e052
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .. import taggit

extensions = ["sphinx.ext.intersphinx"]

master_doc = "index"
Expand All @@ -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": (
Expand Down

0 comments on commit 3b7e052

Please sign in to comment.