Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"sphinx.ext.extlinks",
"sphinx_design",
"sphinx_gmt.gmtplot",
'sphinx.ext.intersphinx',
'sphinxcontrib.youtube'
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -69,4 +71,4 @@
html_css_files = ["style.css"]

# Adjust highlight language for sphinx_gmt examples
highlight_language = "bash"
highlight_language = "bash"
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- sphinx-design
- sphinx_gmt
- sphinx_rtd_theme
- sphinxcontrib-youtube
- sphinxcontrib-youtube
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx
sphinx-design
sphinx_gmt
sphinx_rtd_theme
sphinxcontrib-youtube==1.4.1