mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add "nature" theme, as used by PIP and distribute.
This commit is contained in:
@@ -56,7 +56,9 @@ the following public API:
|
||||
given as keyword arguments: the keyword must be one or more of ``'html'``,
|
||||
``'latex'``, ``'text'``, the value a 2-tuple of ``(visit, depart)`` methods.
|
||||
``depart`` can be ``None`` if the ``visit`` function raises
|
||||
:exc:`docutils.nodes.SkipNode`. Example::
|
||||
:exc:`docutils.nodes.SkipNode`. Example:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
class math(docutils.nodes.Element)
|
||||
|
||||
@@ -98,7 +100,9 @@ the following public API:
|
||||
support directive classes otherwise).
|
||||
|
||||
For example, the (already existing) :dir:`literalinclude` directive would be
|
||||
added like this::
|
||||
added like this:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from docutils.parsers.rst import directives
|
||||
add_directive('literalinclude', literalinclude_directive,
|
||||
|
||||
Reference in New Issue
Block a user