diff --git a/docs/source/conf.py b/docs/source/conf.py index e5ceece..5032a79 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,6 +9,12 @@ if on_rtd: subprocess.call('cd ..; doxygen', shell=True) +import sphinx_rtd_theme + +html_theme = "sphinx_rtd_theme" + +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] + extensions = ['breathe'] breathe_projects = { 'xtensor-python': '../xml' } templates_path = ['_templates'] @@ -18,6 +24,8 @@ copyright = '2016, Johan Mabille and Sylvain Corlay' author = 'Johan Mabille and Sylvain Corlay' +html_logo = 'quantstack-white.svg' + exclude_patterns = [] highlight_language = 'c++' pygments_style = 'sphinx' diff --git a/docs/source/quantstack-white.svg b/docs/source/quantstack-white.svg new file mode 100644 index 0000000..d527db1 --- /dev/null +++ b/docs/source/quantstack-white.svg @@ -0,0 +1,52 @@ + + + +image/svg+xml \ No newline at end of file