diff --git a/doc/faq.rst b/doc/faq.rst index d447602fc..7e5cffd5f 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -9,9 +9,15 @@ suggest new entries! How do I... ----------- +... customize the look of the built HTML files? + Use themes, see :doc:`theming`. + ... add global substitutions? Add them in the :confval:`rst_epilog` config value. +... write my own extension? + See the :ref:`extension tutorial `. + ... use Sphinx with Epydoc? There's a third-party extension providing an `api role`_ which refers to Epydoc's API docs for a given identifier.