# HG changeset patch # User Andre Heinecke # Date 1408727666 -7200 # Node ID 53f704422fac9a9d8cd388a9c7e065dbe041539c # Parent e977f7a0e8fdae1005b6bea52e10569bc3e05311 Make absolte directories out of doc references. Update manual readme. diff -r e977f7a0e8fd -r 53f704422fac manuals/README.txt --- 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 =============================================== diff -r e977f7a0e8fd -r 53f704422fac manuals/admin-manual/conf.py.in --- 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. diff -r e977f7a0e8fd -r 53f704422fac manuals/help-manual/conf.py.in --- 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.