diff options
Diffstat (limited to 'doc/ext/builtins.rst')
-rw-r--r-- | doc/ext/builtins.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/ext/builtins.rst b/doc/ext/builtins.rst new file mode 100644 index 000000000..6d5e59a89 --- /dev/null +++ b/doc/ext/builtins.rst @@ -0,0 +1,24 @@ +Builtin Sphinx extensions +------------------------- + +These extensions are built in and can be activated by respective entries in the +:confval:`extensions` configuration value: + +.. toctree:: + + autodoc + autosectionlabel + autosummary + coverage + doctest + extlinks + githubpages + graphviz + ifconfig + inheritance + intersphinx + linkcode + math + napoleon + todo + viewcode |