Go to file
周淦清 df2b11456c
!1 update version
Merge pull request !1 from 周淦清/openkylin/yangtze
2022-11-08 02:29:55 +00:00
.github Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
debian update version 2022-11-08 10:28:37 +08:00
docs Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
js Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
sass Use only TTF and WOFF2 fonts for Lato, only WOFF2 for RobotoSlab 2022-11-08 10:19:47 +08:00
sphinx_rtd_theme Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
tests Make it possible to run upstream tests 2022-11-08 10:19:47 +08:00
.gitattributes Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
.gitignore Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
.readthedocs.yml Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
.travis.yml Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
Apache-License-2.0.txt Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
Gruntfile.js Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
LICENSE Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
MANIFEST.in Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
OFL-License.txt Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
README.rst Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
bower.json Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
package.json Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
setup.cfg Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
setup.py Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00
tox.ini Import Upstream version 0.4.3+dfsg 2022-11-08 10:19:46 +08:00

README.rst

**************************
Read the Docs Sphinx Theme
**************************

.. image:: https://img.shields.io/pypi/v/sphinx_rtd_theme.svg
   :target: https://pypi.python.org/pypi/sphinx_rtd_theme
   :alt: Pypi Version 
.. image:: https://travis-ci.org/rtfd/sphinx_rtd_theme.svg?branch=master
   :target: https://travis-ci.org/rtfd/sphinx_rtd_theme
   :alt: Build Status
.. image:: https://img.shields.io/pypi/l/sphinx_rtd_theme.svg
   :target: https://pypi.python.org/pypi/sphinx_rtd_theme/
   :alt: License
.. image:: https://readthedocs.org/projects/sphinx-rtd-theme/badge/?version=latest
  :target: http://sphinx-rtd-theme.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

The ``sphinx_rtd_theme`` is a sphinx_ theme designed to look modern and be mobile-friendly.
This theme is primarily focused to be used on readthedocs.org_ but can work with your
own sphinx projects. To read more and see a working demo_ head over to readthedocs.org_.

.. _sphinx: http://www.sphinx-doc.org
.. _readthedocs.org: http://www.readthedocs.org
.. _demo: https://sphinx-rtd-theme.readthedocs.io/en/latest/


Installing
==========

The theme is distributed on PyPI_ and can be installed with pip::

   pip install sphinx_rtd_theme

For more information read the full installing docs
`here <https://sphinx-rtd-theme.readthedocs.io/en/latest/installing.html>`__.

.. _PyPI: https://pypi.python.org/pypi/sphinx_rtd_theme


Configuration
=============

The ``sphinx_rtd_theme`` is highly customizable on both the page level and on a global level.
To see all the possible configuration options read the configuring docs
`here <https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html>`__.


Contributing
============

If you would like to help improve the theme or have more control
over the theme in case of a fork please read our contributing guide
`here <https://sphinx-rtd-theme.readthedocs.io/en/latest/contributing.html>`__.