Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

alcarney/topos-theme

Repository files navigation

Topos Theme

docs Documentation Status
pypi PyPI Package latest release Supported versions

topos-theme is a HTML theme for sphinx that was originally developed for the topos python package but it has now been extracted out into its own independent project.

Getting Started

To use this theme for your own sphinx sites first you need to install the topos-theme package

$ pip install topos-theme

then in your conf.py

extensions = [
    ...,
    "topos_theme"
]

html_theme = "topos-theme"

Finally rebuild your project and you should see that topos-theme has taken effect.

Projects Using this Theme

Here are some projects that are using this theme.

Do you have a project that is making use of this theme? You are more than welcome to open a pull request to add your project to this list.