We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7c483 commit c9cdad3Copy full SHA for c9cdad3
readthedocs/doc_builder/python_environments.py
@@ -98,6 +98,7 @@ def install_build_tools(self):
98
]
99
self.build_env.run(
100
*cmd,
101
+ record=False,
102
)
103
104
for tool, version in self.config.build.tools.items():
@@ -126,6 +127,7 @@ def install_build_tools(self):
126
127
128
129
130
131
132
else:
133
log.debug(
@@ -173,6 +175,7 @@ def install_build_tools(self):
173
175
174
176
177
178
179
180
181
if all([
0 commit comments