Skip to content

Commit 7dbfd35

Browse files
committed
add support for runblock
1 parent 6bf960c commit 7dbfd35

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@
3838
'sphinx.ext.viewcode',
3939
'sphinx.ext.mathjax',
4040
'sphinx.ext.coverage',
41-
'sphinx_markdown_tables',
4241
'sphinx.ext.doctest',
42+
'sphinx.ext.inheritance_diagram',
43+
'sphinx_autorun',
4344
]
4445
#'recommonmark',
4546
#'sphinx.ext.autosummary',
46-
#
47+
# 'sphinx_markdown_tables',
4748

4849

4950
autosummary_generate = True
@@ -85,3 +86,5 @@
8586

8687
# extensions = ['rst2pdf.pdfbuilder']
8788
# pdf_documents = [('index', u'rst2pdf', u'Sample rst2pdf doc', u'Your Name'),]
89+
autorun_languages = {}
90+
autorun_languages['pycon_output_encoding'] = 'UTF-8'

0 commit comments

Comments
 (0)