Skip to content

Commit 82d1949

Browse files
committed
Add html logo
1 parent dc89827 commit 82d1949

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

docs/source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
if on_rtd:
1010
subprocess.call('cd ..; doxygen', shell=True)
1111

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+
1218
extensions = ['breathe']
1319
breathe_projects = { 'xtensor-python': '../xml' }
1420
templates_path = ['_templates']
@@ -18,6 +24,8 @@
1824
copyright = '2016, Johan Mabille and Sylvain Corlay'
1925
author = 'Johan Mabille and Sylvain Corlay'
2026

27+
html_logo = 'quantstack-white.svg'
28+
2129
exclude_patterns = []
2230
highlight_language = 'c++'
2331
pygments_style = 'sphinx'

docs/source/quantstack-white.svg

Lines changed: 52 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)