We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c766eff commit 12c8fd6Copy full SHA for 12c8fd6
docs/conf.py
@@ -10,6 +10,8 @@
10
from pathlib import Path
11
from subprocess import run
12
13
+import sphinxext.opengraph
14
+
15
# -- Path setup --------------------------------------------------------------
16
17
sys.path.insert(0, str(Path(__file__).parent.parent))
@@ -22,8 +24,7 @@
22
24
"2025-%Y, the Sphinx developers",
23
25
)
26
-# The full version, including alpha/beta/rc tags
-release = "1.0"
27
+version = sphinxext.opengraph.__version__
28
29
30
# -- General configuration ---------------------------------------------------
0 commit comments