Skip to content

Commit 8fd1cdd

Browse files
committed
Use the package version in the documentation
1 parent 38cb8c5 commit 8fd1cdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎docs/conf.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
from __future__ import annotations
22

3+
import sphinxext.rediraffe
4+
35
copyright = (
46
'2020, FIRST',
57
'2025-%Y, the Sphinx developers',
68
)
79

10+
version = release = sphinxext.rediraffe.__version__
11+
812
master_doc = 'index'
913
project = 'sphinxext-rediraffe'
1014

0 commit comments

Comments
 (0)