From 712a355c93483183d2936b0982d3882a542bd7f7 Mon Sep 17 00:00:00 2001 From: andrew-s28 Date: Wed, 14 Feb 2024 23:17:33 -0800 Subject: [PATCH 1/2] adds edit_uri to link to correct GitHub page from live site --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 6c9a56a..3d5c6d1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,6 +15,7 @@ repo_url: https://github.com/pyoceans/sea-py site_author: Filipe Fernandes docs_dir: src site_dir: _site +edit_uri: blob/main/src/ copyright: Creative Commons License
"sea-py" by Filipe Fernandes is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
markdown_extensions: - toc: From ee147548be1153aa238ed3a3ee7ffdc53399674a Mon Sep 17 00:00:00 2001 From: andrew-s28 Date: Wed, 14 Feb 2024 23:17:55 -0800 Subject: [PATCH 2/2] updates markdown-checklist source to pip (build fails otherwise) --- environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5657026..55519b6 100644 --- a/environment.yml +++ b/environment.yml @@ -4,5 +4,7 @@ channels: dependencies: - python=3 - mkdocs - - markdown-checklist - pymdown-extensions + - pip + - pip: + - markdown-checklist