mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Activate the Sphinx doctest extension and convert howto/functional to use it.
This commit is contained in:
parent
86f38c81ae
commit
17baef0b7c
3 changed files with 19 additions and 6 deletions
|
|
@ -13,7 +13,8 @@ sys.path.append('tools/sphinxext')
|
|||
# General configuration
|
||||
# ---------------------
|
||||
|
||||
extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage']
|
||||
extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage',
|
||||
'sphinx.ext.doctest']
|
||||
templates_path = ['tools/sphinxext']
|
||||
|
||||
# General substitutions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue