Skip to content

Commit f09ac43

Browse files
committed
fix: Remove unneeded dependency
1 parent 033015d commit f09ac43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ html:
3434
favicon: images/UALIB_favicon.png
3535
use_issues_button: true
3636
use_repository_button: true
37+
extra_css:
38+
- _static/rmd-button.css
3739

3840
launch_buttons:
3941
colab_url: ""
@@ -44,7 +46,6 @@ sphinx:
4446
extra_extensions:
4547
- sphinx_sitemap
4648
- sphinx_last_updated_by_git
47-
- sphinx_plotly_directive
4849
config:
4950
templates_path:
5051
- _templates

src/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ matplotlib
33
numpy
44
sphinx-sitemap
55
sphinx-last-updated-by-git
6-
sphinx-plotly-directive

0 commit comments

Comments
 (0)