UI/Previewers/PreviewerHTML.py

changeset 3991
73731c4bf5bd
parent 3981
5cd283505cfa
child 4021
195a471c327b
equal deleted inserted replaced
3990:5dd6edf8540a 3991:73731c4bf5bd
423 'html_copy_source': False, 423 'html_copy_source': False,
424 'html_title': 'Sphinx preview', 424 'html_title': 'Sphinx preview',
425 'html_use_index': False, 425 'html_use_index': False,
426 'html_use_modindex': False, 426 'html_use_modindex': False,
427 'html_use_smartypants': True, 427 'html_use_smartypants': True,
428 'master_doc': filename } 428 'master_doc': filename}
429 app = Sphinx(srcdir=tempDir, confdir=None, outdir=tempDir, 429 app = Sphinx(srcdir=tempDir, confdir=None, outdir=tempDir,
430 doctreedir=tempDir, buildername='html', 430 doctreedir=tempDir, buildername='html',
431 confoverrides=overrides, status=None, 431 confoverrides=overrides, status=None,
432 warning=io.StringIO()) 432 warning=io.StringIO())
433 app.build(force_all=True, filenames=None) 433 app.build(force_all=True, filenames=None)

eric ide

mercurial