Skip to content

Commit

Permalink
Do not explicitly set a documentation version ourselves, as it was wr…
Browse files Browse the repository at this point in the history
…ong the way we did it (#1793)
  • Loading branch information
bartfeenstra authored Jul 28, 2024
1 parent 9a0ef75 commit 54e23f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

sys.path.insert(0, str(Path(betty.__file__).parent.parent))
project = "Betty"
version = wait_to_thread(about.version()) or ""
release = wait_to_thread(about.version_label())
copyright = "Bart Feenstra and contributors" # noqa A001
intersphinx_mapping = {
"aiohttp": ("https://docs.aiohttp.org/en/stable/", None),
Expand Down

0 comments on commit 54e23f4

Please sign in to comment.