Skip to content

Commit af7b4b0

Browse files
committed
CI: update include-in-latex after eval_config_file() API change
1 parent 193dce6 commit af7b4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include-in-latex/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sphinx
55

66
original_conf_py = Path(__file__).resolve().parent.parent / 'doc' / 'conf.py'
7-
locals().update(sphinx.config.eval_config_file(str(original_conf_py), tags))
7+
locals().update(sphinx.config.eval_config_file(original_conf_py, tags))
88

99
templates_path = ['_templates']
1010
html_favicon = None

0 commit comments

Comments
 (0)