mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
several documentation improvements to theming, templating, and extension development
This commit is contained in:
committed by
Stephen Finucane
parent
cc73965016
commit
60b105d6aa
@@ -2,8 +2,8 @@
|
||||
|
||||
.. _html-themes:
|
||||
|
||||
HTML
|
||||
====
|
||||
HTML Theming
|
||||
============
|
||||
|
||||
Sphinx provides a number of builders for HTML and HTML-based formats.
|
||||
|
||||
@@ -21,7 +21,7 @@ Themes
|
||||
.. note::
|
||||
|
||||
This section provides information about using pre-existing HTML themes. If
|
||||
you wish to create your own theme, refer to :doc:`/theming`.
|
||||
you wish to create your own theme, refer to :doc:`/development/tutorials/theming-dev`.
|
||||
|
||||
Sphinx supports changing the appearance of its HTML output via *themes*. A
|
||||
theme is a collection of HTML templates, stylesheet(s) and other static files.
|
||||
@@ -80,7 +80,7 @@ zipfile-based theme::
|
||||
html_theme = "dotted"
|
||||
|
||||
For more information on the design of themes, including information about
|
||||
writing your own themes, refer to :doc:`/theming`.
|
||||
writing your own themes, refer to :doc:`/development/tutorials/theming-dev`.
|
||||
|
||||
.. _builtin-themes:
|
||||
|
||||
@@ -363,6 +363,7 @@ sphinx-themes.org__.
|
||||
.. versionchanged:: 1.4
|
||||
**sphinx_rtd_theme** has become optional.
|
||||
|
||||
|
||||
.. __: https://pypi.org/search/?q=&o=&c=Framework+%3A%3A+Sphinx+%3A%3A+Theme
|
||||
.. __: https://github.com/search?utf8=%E2%9C%93&q=sphinx+theme&type=
|
||||
.. __: https://sphinx-themes.org/
|
||||
|
||||
Reference in New Issue
Block a user