We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 568064a + 0fbee50 commit b6fd092Copy full SHA for b6fd092
sphinxcontrib/confluencebuilder/builder.py
@@ -131,8 +131,8 @@ def init(self):
131
# The imgmath extension allows a builder to override where temporary
132
# files are build -- use this to hint to using a temporary directory
133
# on the same partition the output directory to help prevent issues.
134
- self._imgmath_tempdir = tempfile.mkdtemp(
135
- prefix='.imgmath-', dir=self.out_dir)
+ self._imgmath_tempdir = Path(tempfile.mkdtemp(
+ prefix='.imgmath-', dir=self.out_dir))
136
137
if self.config.confluence_publish:
138
process_ask_configs(self.config)
0 commit comments