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

TagnumElite/yummy_sphinx_theme

Repository files navigation

Yummy Sphinx Theme

image

image

image

image

image

image

The yummy_sphinx_theme is created from DONGChuan's Yummy-Jekyll

Installation

There are two ways to install these themes

Via Python Package Interface

Download the package and add sphinx to your requirements.txt file:

pip install yummy_sphinx_theme

In your conf.py file:

html_theme = "yummy_sphinx_theme"

Via git or download

Download the yummy_sphinx_theme folder into your documentation at docs/_themes/ then add the following two lines to your Sphinx conf.py file:

html_theme = "yummy_sphinx_theme"
html_theme_path = ["_themes", ]