Mercurial > trustbridge
comparison manuals/admin-manual/conf.py.in @ 936:53f704422fac
Make absolte directories out of doc references. Update manual readme.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 22 Aug 2014 19:14:26 +0200 |
parents | af27328bea9d |
children |
comparison
equal
deleted
inserted
replaced
935:e977f7a0e8fd | 936:53f704422fac |
---|---|
97 # Theme options are theme-specific and customize the look and feel of a theme | 97 # Theme options are theme-specific and customize the look and feel of a theme |
98 # further. For a list of options available for each theme, see the | 98 # further. For a list of options available for each theme, see the |
99 # documentation. | 99 # documentation. |
100 html_theme_options = { | 100 html_theme_options = { |
101 'linktotheme': False, | 101 'linktotheme': False, |
102 'cssfiles': ['_static/extra-style.css'], | 102 'cssfiles': ['@ADMIN_MANUAL_IN@/_static/extra-style.css'], |
103 } | 103 } |
104 | 104 |
105 # Add any paths that contain custom themes here, relative to this directory. | 105 # Add any paths that contain custom themes here, relative to this directory. |
106 #html_theme_path = [] | 106 #html_theme_path = [] |
107 | 107 |
122 #html_favicon = None | 122 #html_favicon = None |
123 | 123 |
124 # Add any paths that contain custom static files (such as style sheets) here, | 124 # Add any paths that contain custom static files (such as style sheets) here, |
125 # relative to this directory. They are copied after the builtin static files, | 125 # relative to this directory. They are copied after the builtin static files, |
126 # so a file named "default.css" will overwrite the builtin "default.css". | 126 # so a file named "default.css" will overwrite the builtin "default.css". |
127 html_static_path = ['_static'] | 127 html_static_path = ['@ADMIN_MANUAL_IN@/_static'] |
128 | 128 |
129 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, | 129 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
130 # using the given strftime format. | 130 # using the given strftime format. |
131 #html_last_updated_fmt = '%b %d, %Y' | 131 #html_last_updated_fmt = '%b %d, %Y' |
132 | 132 |