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 193dce6 commit af7b4b0Copy full SHA for af7b4b0
1 file changed
include-in-latex/conf.py
@@ -4,7 +4,7 @@
4
import sphinx
5
6
original_conf_py = Path(__file__).resolve().parent.parent / 'doc' / 'conf.py'
7
-locals().update(sphinx.config.eval_config_file(str(original_conf_py), tags))
+locals().update(sphinx.config.eval_config_file(original_conf_py, tags))
8
9
templates_path = ['_templates']
10
html_favicon = None
0 commit comments