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
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:
"sea-py" by Filipe Fernandes is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
markdown_extensions:
- toc: