Skip to content

Commit

Permalink
wip: Debug current working directory in Read the Docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Mar 18, 2024
1 parent 16ea7aa commit 61ebd70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
author = 'ZettaScale Zenoh team, <[email protected]>'

# 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"]

Expand Down

0 comments on commit 61ebd70

Please sign in to comment.