Codebase list flask-babel / 457a638
Use default theme for sphinx documentation The tarball is missing the flask_small theme. Until this is fixed in the tarball, build with the default theme. Forwarded: not-needed Last-Update: 2013-10-07 Patch-Name: sphinx-default-theme.patch Sebastian Ramacher authored 8 years ago SVN-Git Migration committed 8 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
9191
9292 # The theme to use for HTML and HTML Help pages. Major themes that come with
9393 # Sphinx are currently 'default' and 'sphinxdoc'.
94 html_theme = 'flask_small'
94 html_theme = 'default'
9595
9696 # Theme options are theme-specific and customize the look and feel of a theme
9797 # further. For a list of options available for each theme, see the
9898 # documentation.
9999 html_theme_options = {
100 'index_logo': 'flask-babel.png',
101 'github_fork': 'mitsuhiko/flask-babel'
102100 }
103101
104102 # Add any paths that contain custom themes here, relative to this directory.