Skip to content

Commit b8ef58e

Browse files
authored
reverted numpy mention, suppressing pdf and epub builds
1 parent f7ec1a9 commit b8ef58e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,27 +152,27 @@
152152
# POPULATE LINKS TO OTHER FORMATS/DOWNLOADS
153153

154154
# settings for creating PDF with rinoh
155-
rinoh_documents = [(
156-
master_doc,
157-
'target',
158-
'{} Documentation'.format(REPO_NAME),
159-
'© {}'.format(copyright),
160-
)]
155+
# rinoh_documents = [(
156+
# master_doc,
157+
# 'target',
158+
# '{} Documentation'.format(REPO_NAME),
159+
# '© {}'.format(copyright),
160+
# )]
161161
today_fmt = "%B %d, %Y"
162162

163163
download_filepath = '/{}/{}/{}/{}-docs_{}_{}'.format(
164164
REPO_NAME, current_language, current_version, REPO_NAME, current_language, current_version)
165165

166-
html_context['downloads'] = list()
167-
#html_context['downloads'].append( ('pdf', download_filepath + '.pdf') ) # disable for now since rinoh is failing
168-
html_context['downloads'].append( ('epub', download_filepath + '.epub') )
166+
# html_context['downloads'] = list()
167+
# #html_context['downloads'].append( ('pdf', download_filepath + '.pdf') ) # disable for now since rinoh is failing
168+
# html_context['downloads'].append( ('epub', download_filepath + '.epub') )
169169

170170

171171

172172
# -- Autodoc options ---------------------------------------------------------
173173
autodoc_member_order = 'groupwise'
174174
autodoc_mock_imports = [
175-
'numpy',
175+
#'numpy',
176176
'scipy',
177177
'soundfile',
178178
'audioread',

0 commit comments

Comments
 (0)