Skip to content

Commit 8d3a32f

Browse files
committed
Update requirements
1 parent b5019e5 commit 8d3a32f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"sphinx.ext.extlinks",
3636
"sphinx_design",
3737
"sphinx_gmt.gmtplot",
38+
'sphinx.ext.intersphinx',
39+
'sphinxcontrib.youtube'
3840
]
3941
# Add any paths that contain templates here, relative to this directory.
4042
templates_path = ['_templates']
@@ -69,4 +71,4 @@
6971
html_css_files = ["style.css"]
7072

7173
# Adjust highlight language for sphinx_gmt examples
72-
highlight_language = "bash"
74+
highlight_language = "bash"

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ sphinx
33
sphinx-design
44
sphinx_gmt
55
sphinx_rtd_theme
6+
sphinxcontrib-youtube==1.4.1

0 commit comments

Comments
 (0)