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 ee7990e commit d228182Copy full SHA for d228182
1 file changed
docs/conf.py
@@ -9,7 +9,7 @@
9
import re
10
import sys
11
from pathlib import Path
12
-import importlib
+from importlib import metadata
13
14
DOCS_DIR = Path(__file__).resolve().parent
15
ROOT_DIR = DOCS_DIR.parent
@@ -21,7 +21,7 @@
21
copyright = '2026, The Khiops Team'
22
author = 'The Khiops Team'
23
# We want to make sure the docs are built on an installed package only
24
-release = importlib.metadata.version("khisto")
+release = metadata.version("khisto")
25
26
# -- General configuration ---------------------------------------------------
27
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments