Skip to content

Commit

Permalink
doc: Refer package version with imporing
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Feb 23, 2024
1 parent 9f88cd6 commit dc784d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import rst_multi_refs

# -- Project information
project = "rst-multi-refs"
copyright = "2024, Kazuya Takei"
author = "Kazuya Takei"
release = "0.0.0"
release = rst_multi_refs.__version__

# -- General configuration
extensions = [
Expand Down

0 comments on commit dc784d5

Please sign in to comment.