From 1bad9797ef5cf6e60c307456dc527d27a1b09c1f Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 31 Oct 2010 18:07:57 -0400 Subject: Removed _theme directory and exlude it from git. Symlink pylons_sphinx_theme to _themes. --- docs/_themes/README | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/_themes/README (limited to 'docs/_themes/README') diff --git a/docs/_themes/README b/docs/_themes/README deleted file mode 100644 index d5a27a7c7..000000000 --- a/docs/_themes/README +++ /dev/null @@ -1,18 +0,0 @@ -Pylons Sphinx Theme -=================== - -This repository contains Pylons themes for Pylons related projects. -To use a theme in your Sphinx documentation, follow this guide: - -1. put this folder as _themes into your docs folder. Alternatively - you can also use git submodules to check out the contents there. -2. add this to your conf.py: - - sys.path.append(os.path.abspath('_themes')) - html_theme_path = ['_themes'] - html_theme = 'pylons' - -The following themes exist: - -- 'pylons' - the standard Pylons documentation theme for large - projects -- cgit v1.2.3