We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e1906 commit eb75eccCopy full SHA for eb75ecc
docs/conf.py
@@ -35,6 +35,8 @@
35
"sphinx.ext.extlinks",
36
"sphinx_design",
37
"sphinx_gmt.gmtplot",
38
+ 'sphinx.ext.intersphinx',
39
+ 'sphinxcontrib.youtube'
40
]
41
# Add any paths that contain templates here, relative to this directory.
42
templates_path = ['_templates']
@@ -69,4 +71,4 @@
69
71
html_css_files = ["style.css"]
70
72
73
# Adjust highlight language for sphinx_gmt examples
-highlight_language = "bash"
74
+highlight_language = "bash"
environment.yml
@@ -10,4 +10,4 @@ dependencies:
10
- sphinx-design
11
- sphinx_gmt
12
- sphinx_rtd_theme
13
- - sphinxcontrib-youtube
+ - sphinxcontrib-youtube
requirements.txt
@@ -3,3 +3,4 @@ sphinx
3
sphinx-design
4
sphinx_gmt
5
sphinx_rtd_theme
6
+sphinxcontrib-youtube==1.4.1
0 commit comments