We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033015d commit f09ac43Copy full SHA for f09ac43
2 files changed
src/_config.yml
@@ -34,6 +34,8 @@ html:
34
favicon: images/UALIB_favicon.png
35
use_issues_button: true
36
use_repository_button: true
37
+ extra_css:
38
+ - _static/rmd-button.css
39
40
launch_buttons:
41
colab_url: ""
@@ -44,7 +46,6 @@ sphinx:
44
46
extra_extensions:
45
47
- sphinx_sitemap
48
- sphinx_last_updated_by_git
- - sphinx_plotly_directive
49
config:
50
templates_path:
51
- _templates
src/requirements.txt
@@ -3,4 +3,3 @@ matplotlib
3
numpy
4
sphinx-sitemap
5
sphinx-last-updated-by-git
6
-sphinx-plotly-directive
0 commit comments