Skip to content

Commit 0c319f5

Browse files
TomAugspurgerjorisvandenbossche
authored andcommitted
DOC: No clean in sphinx_build (#24902)
Closes #24727
1 parent 94d989e commit 0c319f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/make.py

-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ def _sphinx_build(self, kind):
121121
raise ValueError('kind must be html or latex, '
122122
'not {}'.format(kind))
123123

124-
self.clean()
125-
126124
cmd = ['sphinx-build', '-b', kind]
127125
if self.num_jobs:
128126
cmd += ['-j', str(self.num_jobs)]

0 commit comments

Comments
 (0)