Skip to content

Commit cbd7cb6

Browse files
committed
DOC: No clean in sphinx_build
Closes pandas-dev#24727 [ci skip]
1 parent 94d989e commit cbd7cb6

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)