mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
3d82fafda8
modified: doc/conf.py.in
36 lines
1.4 KiB
Python
36 lines
1.4 KiB
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
# TRIQS documentation build configuration file
|
|
|
|
extensions = ['sphinx.ext.autodoc',
|
|
'sphinx.ext.mathjax',
|
|
'sphinx.ext.intersphinx',
|
|
'matplotlib.sphinxext.plot_directive']
|
|
|
|
source_suffix = '.rst'
|
|
|
|
project = u'TRIQS Interface to Wien2k'
|
|
copyright = u'2011-2013, M. Aichhorn, L. Pourovskii, V. Vildosola, C. Martins'
|
|
version = '@DFT_TOOLS_VERSION@'
|
|
release = '@DFT_TOOLS_RELEASE@'
|
|
|
|
mathjax_path = "@TRIQS_MATHJAX_PATH@/MathJax.js?config=default"
|
|
templates_path = ['@CMAKE_SOURCE_DIR@/doc/_templates']
|
|
|
|
html_theme = 'triqs'
|
|
html_theme_path = ['@TRIQS_THEMES_PATH@']
|
|
html_show_sphinx = False
|
|
html_context = {'header_title': 'Wien2TRIQS',
|
|
'header_subtitle': 'Connecting <a class="triqs" style="font-size: 12px" href="http://ipht.cea.fr/triqs">TRIQS</a> to the Wien2k package',
|
|
'header_links': [['Install', 'install'],
|
|
['Documentation', 'documentation'],
|
|
['Issues', 'issues'],
|
|
['About Wien2TRIQS', 'about']]}
|
|
html_static_path = ['@CMAKE_SOURCE_DIR@/doc/_static']
|
|
html_sidebars = {'index': ['sideb.html', 'searchbox.html']}
|
|
|
|
htmlhelp_basename = 'TRIQSDftToolsdoc'
|
|
|
|
intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None), 'triqslibs': ('http://ipht.cea.fr/triqs', None),
|
|
'triqscthyb': ('http://ipht.cea.fr/triqs/applications/cthyb_matrix', None)}
|