File tree Expand file tree Collapse file tree 5 files changed +9
-294
lines changed Expand file tree Collapse file tree 5 files changed +9
-294
lines changed Original file line number Diff line number Diff line change 11sphinx_copybutton
2- sphinx_rtd_theme
2+ pydata-sphinx-theme
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ channels:
44 - conda
55dependencies :
66 - sphinx
7- - sphinx_rtd_theme
7+ - pydata-sphinx-theme
Original file line number Diff line number Diff line change 1- import sys
21import os
3- import shlex
4- import sphinx_rtd_theme
52
63# Add dev disclaimer.
74_release = {}
1714
1815on_rtd = os .environ .get ('READTHEDOCS' , None ) == 'True'
1916
20- html_theme = "sphinx_rtd_theme"
21- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
22- html_theme_options = {
23- # Toc options
24- 'sticky_navigation' : False ,
25- 'navigation_depth' : 2 ,
26- }
17+ html_theme = "pydata_sphinx_theme"
18+ html_theme_options = dict (
19+ github_url = 'https://github.com/voila-dashboards/voila'
20+ )
21+
2722
2823def setup (app ):
2924 app .add_css_file ("main_stylesheet.css" )
3025
26+
3127extensions = [
3228 'sphinx.ext.autodoc' ,
3329 'sphinx.ext.intersphinx' ,
@@ -44,7 +40,7 @@ def setup(app):
4440release = _release ['__version__' ]
4541language = None
4642
47- html_logo = 'jupyter-white .svg'
43+ html_logo = 'voila-logo .svg'
4844
4945exclude_patterns = []
5046highlight_language = 'python'
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments