Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 22, 2024
1 parent 08d3545 commit 2ceded5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

import tomlkit

from specsanalyzer import __version__


sys.path.insert(0, os.path.abspath(".."))

Expand All @@ -32,7 +34,7 @@ def _get_project_meta():
author = "OpenCOMPES team"

# The short X.Y version
version = str(pkg_meta["version"])
version = __version__
# The full version, including alpha/beta/rc tags
release = version

Expand Down

0 comments on commit 2ceded5

Please sign in to comment.