[Geoserver-devel] [jira] Created: (GEOS-3670) Enable one to easily override doc sphinx theme

Enable one to easily override doc sphinx theme
----------------------------------------------

                 Key: GEOS-3670
                 URL: http://jira.codehaus.org/browse/GEOS-3670
             Project: GeoServer
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 2.0.0
            Reporter: Justin Deoliveira
            Assignee: Mike Pumphrey
            Priority: Minor
             Fix For: 2.0.1

Currently themes are set up "manually" in geoserver with a theme directory that looks like:
{code}
theme/
  _static/
  _temples/
{code}

This is problematic when trying to override the theme. A named reusable theme would be nicer (the same way the internal sphinx themes work) that looks like:
{code}
theme/
  geoserver/
    theme.conf
    layout.html
    static/
  someothertheme
{code}

The conf.py can then use the html_theme_path and html_theme options to set the theme, rather then specifying the css, static, and template lookup paths manually.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira