diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-24 18:28:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 18:28:19 +0900 |
commit | f1af7dc84fed8143e8bf7a51edb1338e21e6f901 (patch) | |
tree | 536f8d5233805a536091c83acf1a1d9ee6ab656b | |
parent | a992e185ac13dfda101183d0656e2037d6eab437 (diff) | |
parent | 18b2f2cdf224d2bc7ff1f6f647b31748702bbbcb (diff) | |
download | sphinx-git-f1af7dc84fed8143e8bf7a51edb1338e21e6f901.tar.gz |
Merge pull request #8324 from pradyunsg/patch-1
Documentation: Reword section on Third Party Themes
-rw-r--r-- | doc/usage/theming.rst | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/doc/usage/theming.rst b/doc/usage/theming.rst index fb06e8741..fc135a095 100644 --- a/doc/usage/theming.rst +++ b/doc/usage/theming.rst @@ -334,38 +334,15 @@ These themes are: Third Party Themes ~~~~~~~~~~~~~~~~~~ -.. cssclass:: longtable - -+--------------------+--------------------+ -| **Theme overview** | | -+--------------------+--------------------+ -| |sphinx_rtd_theme| | | -| | | -| *sphinx_rtd_theme* | | -+--------------------+--------------------+ - -.. |sphinx_rtd_theme| image:: /_static/themes/sphinx_rtd_theme.png - -There are many third-party themes available. Some of these are general use, -while others are specific to an individual project. A section of third-party -themes is listed below. Many more can be found on PyPI__, GitHub__, GitLab__ and -sphinx-themes.org__. - -.. cssclass:: clear - -**sphinx_rtd_theme** - `Read the Docs Sphinx Theme`_. - This is a mobile-friendly sphinx theme that was made for readthedocs.org. - View a working demo over on readthedocs.org. You can get install and options - information at `Read the Docs Sphinx Theme`_ page. - - .. _Read the Docs Sphinx Theme: https://pypi.org/project/sphinx_rtd_theme/ - - .. versionchanged:: 1.4 - **sphinx_rtd_theme** has become optional. +There are many third-party themes available for Sphinx. Some of these are for +general use, while others are specific to an individual project. +sphinx-themes.org__ is a gallery that showcases various themes for Sphinx, +with demo documentation rendered under each theme. Themes can also be found +on PyPI__ (using the classifier ``Framework :: Sphinx :: Theme``), GitHub__ +and GitLab__. +.. __: https://sphinx-themes.org/ .. __: 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://github.com/search?utf8=%E2%9C%93&q=sphinx+theme .. __: https://gitlab.com/explore?name=sphinx+theme -.. __: https://sphinx-themes.org/ |