mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-22 18:26:37 +00:00
Added markdownbuilder extension for markdown generation
This commit is contained in:
@ -39,7 +39,7 @@ add_module_names= False
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ['sphinx.ext.doctest', 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'recommonmark',
|
||||
'sphinx.ext.extlinks', 'sphinx_toolbox.collapse' ]
|
||||
'sphinx.ext.extlinks', 'sphinx_toolbox.collapse', 'sphinx_markdown_builder' ]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
Reference in New Issue
Block a user