diff --git a/doc/conf.py.in b/doc/conf.py.in index fbeb2309..08d29930 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -30,7 +30,7 @@ html_theme = 'triqs' html_theme_path = ['@TRIQS_THEMES_PATH@'] html_show_sphinx = False html_context = {'header_title': 'app4triqs', - 'header_subtitle': 'An example application using cpp2py and triqs', + 'header_subtitle': 'An example application using cpp2py and TRIQS', 'header_links': [['Install', 'install'], ['Documentation', 'documentation'], ['Issues', 'issues'], @@ -40,4 +40,4 @@ html_sidebars = {'index': ['sideb.html', 'searchbox.html']} htmlhelp_basename = 'APP4TRIQSdoc' -intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None), 'triqslibs': ('https://triqs.github.io/triqs/master', None)} +intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None), 'triqslibs': ('https://triqs.github.io/triqs/latest', None)}