Skip to content

Commit

Permalink
graphviz logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Oct 3, 2024
1 parent 3c8fe16 commit 1a43bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sphinx_immaterial/graphviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ def replace_var_in_code(m: re.Match) -> str:
env = os.environ.copy()
if config_info is not None:
orig_lib_path = pathlib.Path(config_info.orig_config_path)

print("GLOB: %r" % (list(orig_lib_path.parent.rglob("**/*"))))
new_lib_dir = pathlib.Path(tempdir, "plugins")
pathlib.Path(tempdir, orig_lib_path.name).write_bytes(
config_info.new_config
Expand Down

0 comments on commit 1a43bb7

Please sign in to comment.