File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,25 @@ parse:
3030
3131sphinx :
3232 config :
33- linkcheck_ignore : ["https://doi.org/*", "https://zenodo.org/badge/*"] # don't run link checker on DOI links since they are immutable
33+ linkcheck_ignore : [
34+ " https://doi.org/*" ,
35+ " https://zenodo.org/badge/*" ,
36+ " https://services.eodc.eu/browser/*" ,
37+ ] # don't run link checker on DOI links since they are immutable
3438 nb_execution_raise_on_error : true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
3539 html_favicon : notebooks/images/icons/favicon.ico
3640 html_last_updated_fmt : " %-d %B %Y"
3741 html_theme : sphinx_pythia_theme
3842 html_permalinks_icon : ' <i class="fas fa-link"></i>'
3943 html_theme_options :
4044 home_page_in_toc : true
41- repository_url : https://github.com/TUW-GEO /eo-datascience-cookbook # Online location of your book
45+ repository_url : https://github.com/ProjectPythia /eo-datascience-cookbook # Online location of your book
4246 repository_branch : main # Which branch of the repository should be used when creating links (optional)
4347 use_issues_button : true
4448 use_repository_button : true
4549 use_edit_page_button : true
4650 use_fullscreen_button : true
47- github_url : https://github.com/TUW-GEO
51+ github_url : https://github.com/ProjectPythia
4852 icon_links :
4953 - name : YouTube
5054 url : https://www.youtube.com/channel/UCoZPBqJal5uKpO8ZiwzavCw
You can’t perform that action at this time.
0 commit comments