File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 35
35
"sphinx.ext.extlinks" ,
36
36
"sphinx_design" ,
37
37
"sphinx_gmt.gmtplot" ,
38
+ 'sphinx.ext.intersphinx' ,
39
+ 'sphinxcontrib.youtube'
38
40
]
39
41
# Add any paths that contain templates here, relative to this directory.
40
42
templates_path = ['_templates' ]
69
71
html_css_files = ["style.css" ]
70
72
71
73
# Adjust highlight language for sphinx_gmt examples
72
- highlight_language = "bash"
74
+ highlight_language = "bash"
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ dependencies:
10
10
- sphinx-design
11
11
- sphinx_gmt
12
12
- sphinx_rtd_theme
13
- - sphinxcontrib-youtube
13
+ - sphinxcontrib-youtube
Original file line number Diff line number Diff line change 3
3
sphinx-design
4
4
sphinx_gmt
5
5
sphinx_rtd_theme
6
+ sphinxcontrib-youtube == 1.4.1
You can’t perform that action at this time.
0 commit comments