Skip to content

Commit

Permalink
Removed theme, theme is no refactored for general usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 7, 2010
1 parent e46e381 commit 3429766
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 410 deletions.
23 changes: 0 additions & 23 deletions docs/_themes/flasky/layout.html

This file was deleted.

287 changes: 0 additions & 287 deletions docs/_themes/flasky/static/flasky.css_t

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_themes/flasky/theme.conf

This file was deleted.

14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.append(os.path.abspath('.'))
sys.path.append(os.path.abspath('_themes'))
sys.path.append(os.path.abspath('..'))

# -- General configuration -----------------------------------------------------
Expand Down Expand Up @@ -81,9 +81,6 @@
# output. They are ignored by default.
#show_authors = False

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'flaskstyle.FlaskyStyle'

# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []

Expand All @@ -92,19 +89,22 @@

# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'flasky'
html_theme = 'flask_small'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
'index_logo': 'flask-openid.png',
'github_fork': 'mitsuhiko/flask-openid'
}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['_themes']

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
#html_title = None
html_title = 'Flask-OpenID'

# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
Expand Down
Loading

0 comments on commit 3429766

Please sign in to comment.