Skip to content

Commit

Permalink
Update documentation config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Feb 24, 2024
1 parent d0491f3 commit 4fabdc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

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

extensions = [
"notfound.extension",
Expand All @@ -24,9 +25,9 @@
source_suffix = ".rst"
master_doc = "index"
project = "pwned-passwords-django"
copyright = "2018, James Bennett"
version = "2.1a1"
release = "2.1a1"
copyright = "James Bennett and contributors"
version = get_version("pwned-passwords-django")
release = version
exclude_trees = ["_build"]
pygments_style = "sphinx"
htmlhelp_basename = "pwned-passwords-djangodoc"
Expand Down

0 comments on commit 4fabdc4

Please sign in to comment.