17 import sphinx_rtd_theme
22 read_the_docs_build = os.environ.get(
'READTHEDOCS',
None) ==
'True' 24 if read_the_docs_build:
25 subprocess.call(
'mkdir -p _build/html/doxygen/; doxygen', shell=
True)
31 author =
u'Jose Luis Blanco Claraco' 32 copyright = datetime.date.today().strftime(
"%Y") +
u', ' + author
34 html_theme_options = {
36 'analytics_id':
'UA-21128561-9',
38 'display_version':
True,
39 'prev_next_buttons_location':
'bottom',
40 'style_external_links':
False,
41 'style_nav_header_background':
'white',
43 'collapse_navigation':
True,
44 'sticky_navigation':
True,
45 'navigation_depth': 4,
46 'includehidden':
True,
50 html_theme =
"sphinx_rtd_theme" 67 templates_path = [
'_templates']
72 exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store']
80 html_theme =
'sphinx_rtd_theme' 81 html_theme_path = [
"_themes", ]
86 html_static_path = [
'_static']
90 .. role:: raw-html(raw)