103
103
if os.path.exists(os.path.join(self.sphinx_dir, 'build')):
104
104
# Clean the autogen* files created by extract_rst.py
105
105
# This has to be done because sometimes such a file remains after
109
108
for f in glob.glob(os.path.join(self.sphinx_dir, 'source/autogen*')):