Skip to content

hdiogenes/kytos-sphinx-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kytos Sphinx Theme

Kytos Sphinx theme is a sphinx theme build to be used into the kytos documentations.

Installation

Installation from PyPI is fairly straightforward:

  1. Install the package:

    $ pip install kytos_sphinx_theme
    
  2. Edit the "conf.py" configuration file to point to the kytos theme:

    # At the top.
    import kytos_sphinx_theme
    
    # ...
    
    # Activate the theme.
    html_theme = 'kytos'
    html_theme_path = kytos_sphinx_theme.get_html_theme_path()
    
    html_sidebars = {'**': ['globaltoc_sidebar.html'] }
    html_show_sourcelink = False
    

About

Our Sphinx Documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 67.9%
  • HTML 22.7%
  • JavaScript 7.2%
  • Python 2.2%