Skip to content

rkmazumder/sphinx_rtd_theme

 
 

Table of Contents

Pypi Version Build Status License Documentation Status

Made this change possible...

version release

This theme is distributed on PyPI and can be installed with pip:

pip install sphinx-rtd-theme

To use the theme in your Sphinx project, you will need to add the following to your conf.py file:

import sphinx_rtd_theme

extensions = [
    ...
    "sphinx_rtd_theme",
]

html_theme = "sphinx_rtd_theme"

For more information read the full documentation on installing the theme

contributor

Ram Mazumder prepared this repo..... To see all the possible configuration options, read the documentation on configuring the theme.

info

upcoming... information on contributing in our contributing guide.

About

Sphinx theme for readthedocs.org

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 45.8%
  • HTML 24.7%
  • JavaScript 16.6%
  • Python 12.9%