Mercurial > trustbridge
changeset 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 | e977f7a0e8fd |
children | f6b52f60f643 |
files | manuals/README.txt manuals/admin-manual/conf.py.in manuals/help-manual/conf.py.in |
diffstat | 3 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/manuals/README.txt Fri Aug 22 18:03:52 2014 +0200 +++ b/manuals/README.txt Fri Aug 22 19:14:26 2014 +0200 @@ -4,6 +4,9 @@ The TrustBridge documentation should be build automatically by the default target in cmake if sphinx is found. +Requirements on ubuntu 14.4: +python-sphinx + How to build TrustBridge documentation manually ===============================================
--- a/manuals/admin-manual/conf.py.in Fri Aug 22 18:03:52 2014 +0200 +++ b/manuals/admin-manual/conf.py.in Fri Aug 22 19:14:26 2014 +0200 @@ -99,7 +99,7 @@ # documentation. html_theme_options = { 'linktotheme': False, - 'cssfiles': ['_static/extra-style.css'], + 'cssfiles': ['@ADMIN_MANUAL_IN@/_static/extra-style.css'], } # Add any paths that contain custom themes here, relative to this directory. @@ -124,7 +124,7 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = ['@ADMIN_MANUAL_IN@/_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.
--- a/manuals/help-manual/conf.py.in Fri Aug 22 18:03:52 2014 +0200 +++ b/manuals/help-manual/conf.py.in Fri Aug 22 19:14:26 2014 +0200 @@ -99,7 +99,7 @@ # documentation. html_theme_options = { 'linktotheme': False, - 'cssfiles': ['_static/extra-style.css'], + 'cssfiles': ['@HELP_MANUAL_IN@/_static/extra-style.css'], } # Add any paths that contain custom themes here, relative to this directory. @@ -124,7 +124,7 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = ['@HELP_MANUAL_IN@/_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.