diff --git a/docs/conf.py b/docs/conf.py index 3b524931..98dfe323 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,6 +34,10 @@ author = 'ZettaScale Zenoh team, ' # The full version, including alpha/beta/rc tags + +import os +print(os.listdir()) + with open("Cargo.toml", "rt") as f: release = tomllib.load(f)["package"]["version"]