Skip to content

Commit

Permalink
📝 use package version in Sphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 29, 2024
1 parent 7234e46 commit 833228b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

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

from qs_codec import __version__


# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "qs-codec"
copyright = "2024, Klemen Tusar"
author = "Klemen Tusar"
release = "0.1.5"
release = __version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 833228b

Please sign in to comment.