Skip to content

Naereen/f6_sphinx_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F6 theme for Sphinx

A clean and minimalist theme for Sphinx doc. Mostly white -> #ffffff -> f6.


How to use it?

Installation

Clone the repository, copy the files theme.conf, layout.html (and the static folder), to a folder _themes/f6/ located in your Sphinx project:

$ git clone https://github.com/Naereen/f6_sphinx_theme/
$ cd f6_sphinx_theme/
$ cp * /path/to/your/project/

Usage

Change your conf.py sphinx file to:

html_theme = 'f6'
html_theme_path = '/location/to/the/files/f6/'
  1. Change the html_theme parameter to f6.
  2. Change the html_theme_path to the location containing the f6 files.

Examples

F6 Sphinx theme screenshot 1

F6 Sphinx theme screenshot 2

F6 Sphinx theme screenshot 3

Live demos?


About

Authors?

📜 License ? GitHub license

This plug-in is published under the terms of the GPL License (file LICENSE), © Lilian Besson, 2016.

Maintenance Ask Me Anything ! Analytics made-with-python

ForTheBadge uses-badges ForTheBadge uses-git

ForTheBadge built-with-love