Skip to content

Commit

Permalink
DOC: No clean in sphinx_build (#24902)
Browse files Browse the repository at this point in the history
Closes #24727
  • Loading branch information
TomAugspurger authored and jorisvandenbossche committed Jan 24, 2019
1 parent 94d989e commit 0c319f5
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 0c319f5

Please sign in to comment.