Skip to content

TachyonicProject/tachyonic-sphinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tachyonic Project Sphinx Theme

Quick Links

Installation

Tachyonic currently fully supports CPython [ '3.5', '3.6' ].

Installation

Installation from PyPI is fairly straightforward:

  1. Install the package:

    $ pip install tachyonic-sphinx
    
  2. Edit the "conf.py" configuration file to point to the bootstrap theme:

    # At the top.
    import tachyonic_sphinx
    
    # ...
    
    # Activate the theme.
    html_theme = 'tachyonic'
    html_theme_path = tachyonic_sphinx.get_html_theme_path()
    

Releases

No releases published

Packages

 
 
 

Contributors