Skip to content

Dark theme for sphinx based on the RTD theme

License

Notifications You must be signed in to change notification settings

keesj-exset/sphinx_x7_theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdJ Sphinx Theme

This theme is a dark theme for sphinx documentation based on the read the docs theme.

To install it, use pip:

$ pip install sphinx_pdj_theme

To enable it in your project documentation, set the following in your conf.py file.

import sphinx_pdj_theme
html_theme = 'sphinx_pdj_theme'
htm_theme_path = [sphinx_pdj_theme.get_html_theme_path()]

You can also have a darker appearence by setting the following in your conf.py file.

import sphinx_pdj_theme
html_theme = 'sphinx_pdj_theme'
htm_theme_path = [sphinx_pdj_theme.get_html_theme_path()]

# sets the darker appearence
html_theme_options = {
    'style': 'darker'
}

Screenshots

defaulf darker

About

Dark theme for sphinx based on the RTD theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.1%
  • CSS 39.3%
  • Python 5.5%
  • JavaScript 5.1%