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 1
1
sphinx_copybutton
2
- sphinx_rtd_theme
2
+ pydata-sphinx-theme
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ channels:
4
4
- conda
5
5
dependencies :
6
6
- sphinx
7
- - sphinx_rtd_theme
7
+ - pydata-sphinx-theme
Original file line number Diff line number Diff line change 1
- import sys
2
1
import os
3
- import shlex
4
- import sphinx_rtd_theme
5
2
6
3
# Add dev disclaimer.
7
4
_release = {}
17
14
18
15
on_rtd = os .environ .get ('READTHEDOCS' , None ) == 'True'
19
16
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
+
27
22
28
23
def setup (app ):
29
24
app .add_css_file ("main_stylesheet.css" )
30
25
26
+
31
27
extensions = [
32
28
'sphinx.ext.autodoc' ,
33
29
'sphinx.ext.intersphinx' ,
@@ -44,7 +40,7 @@ def setup(app):
44
40
release = _release ['__version__' ]
45
41
language = None
46
42
47
- html_logo = 'jupyter-white .svg'
43
+ html_logo = 'voila-logo .svg'
48
44
49
45
exclude_patterns = []
50
46
highlight_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