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 620aa6f commit acc36f8Copy full SHA for acc36f8
1 file changed
docs/conf.py
@@ -9,7 +9,7 @@
9
import re
10
import sys
11
from pathlib import Path
12
-from importlib.metadata import version
+import importlib
13
14
DOCS_DIR = Path(__file__).resolve().parent
15
ROOT_DIR = DOCS_DIR.parent
@@ -20,7 +20,7 @@
20
project = 'khisto-python'
21
copyright = '2026, The Khiops Team'
22
author = 'The Khiops Team'
23
-release = version("khisto")
+release = importlib.metadata.version("khisto")
24
25
# -- General configuration ---------------------------------------------------
26
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments