Skip to content

Commit bc6ecce

Browse files
committed
Do not record the command that checks for Sphinx version
1 parent fbdfa96 commit bc6ecce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/doc_builder/backends/sphinx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def venv_sphinx_version(self):
253253
bin_path=self.python_env.venv_bin(),
254254
cwd=self.project.checkout_path(self.version.slug),
255255
escape_command=False,
256+
record=False,
256257
)
257258
return cmd_ret.output
258259

0 commit comments

Comments
 (0)