Skip to content

Commit

Permalink
Do not record the command that checks for Sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed May 2, 2019
1 parent fbdfa96 commit bc6ecce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/doc_builder/backends/sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def venv_sphinx_version(self):
bin_path=self.python_env.venv_bin(),
cwd=self.project.checkout_path(self.version.slug),
escape_command=False,
record=False,
)
return cmd_ret.output

Expand Down

0 comments on commit bc6ecce

Please sign in to comment.