We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc89827 commit 82d1949Copy full SHA for 82d1949
docs/source/conf.py
@@ -9,6 +9,12 @@
9
if on_rtd:
10
subprocess.call('cd ..; doxygen', shell=True)
11
12
+import sphinx_rtd_theme
13
+
14
+html_theme = "sphinx_rtd_theme"
15
16
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
17
18
extensions = ['breathe']
19
breathe_projects = { 'xtensor-python': '../xml' }
20
templates_path = ['_templates']
@@ -18,6 +24,8 @@
24
copyright = '2016, Johan Mabille and Sylvain Corlay'
25
author = 'Johan Mabille and Sylvain Corlay'
26
27
+html_logo = 'quantstack-white.svg'
28
21
29
exclude_patterns = []
22
30
highlight_language = 'c++'
23
31
pygments_style = 'sphinx'
docs/source/quantstack-white.svg
0 commit comments