Skip to content

Commit

Permalink
DOC: No clean in sphinx_build (pandas-dev#24902)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger authored and Pingviinituutti committed Feb 28, 2019
1 parent 1c65d09 commit 3783a1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ def _sphinx_build(self, kind):
raise ValueError('kind must be html or latex, '
'not {}'.format(kind))

self.clean()

cmd = ['sphinx-build', '-b', kind]
if self.num_jobs:
cmd += ['-j', str(self.num_jobs)]
Expand Down

0 comments on commit 3783a1b

Please sign in to comment.