Tachyonic currently fully supports CPython [ '3.5', '3.6' ].
Installation from PyPI is fairly straightforward:
Install the package:
$ pip install tachyonic-sphinx
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()