# -*- coding: utf-8 -*- # # TRIQS documentation build configuration file import sys sys.path.insert(0, "@TRIQS_SPHINXEXT_PATH@/numpydoc") sys.path.insert(0, "@CMAKE_BINARY_DIR@/python") extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx', 'matplotlib.sphinxext.plot_directive', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'numpydoc'] source_suffix = '.rst' project = u'TRIQS DFTTools' copyright = u'2011-2019' version = '@DFT_TOOLS_VERSION@' 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': 'dft tools', 'header_subtitle': 'connecting TRIQS to DFT packages', 'header_links': [['Install', 'install'], ['Documentation', 'documentation'], ['Tutorials', 'tutorials'], ['Issues', 'issues'], ['About DFTTools', '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://triqs.github.io/triqs/master', None), 'triqscthyb': ('https://triqs.github.io/cthyb/master', None)}