From 198a7af88d5eee0b2ea4d011f2d98404965093b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Tue, 31 Oct 2023 18:28:23 +0100 Subject: [PATCH 1/6] Fix deploy mkdocs --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1e3e8b2..b4649a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ install_requires = pillow==9.2.0 plotly==5.9.0 pycocotools==2.0.6 + mkdocstrings-python=1.7.3 kaleido==v0.2.1 scikit-learn==1.1.1 fire==0.4.0 From ff425d5666a0d1a362648a469aa8d36437e89549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Tue, 31 Oct 2023 18:30:44 +0100 Subject: [PATCH 2/6] add a peer --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b4649a2..a66c61c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ install_requires = pillow==9.2.0 plotly==5.9.0 pycocotools==2.0.6 - mkdocstrings-python=1.7.3 + mkdocstrings-python==1.7.3 kaleido==v0.2.1 scikit-learn==1.1.1 fire==0.4.0 From da807d7c7db452d5d5ba2769ba0707ac62c9893a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Tue, 31 Oct 2023 18:32:48 +0100 Subject: [PATCH 3/6] fix version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a66c61c..42cdd3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ install_requires = pillow==9.2.0 plotly==5.9.0 pycocotools==2.0.6 - mkdocstrings-python==1.7.3 + mkdocstrings-python==1.7.1 kaleido==v0.2.1 scikit-learn==1.1.1 fire==0.4.0 From 1082ccebc6fa6e373b36daeedbdb872de56888ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Tue, 31 Oct 2023 18:34:48 +0100 Subject: [PATCH 4/6] remove library added --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 42cdd3f..1e3e8b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,6 @@ install_requires = pillow==9.2.0 plotly==5.9.0 pycocotools==2.0.6 - mkdocstrings-python==1.7.1 kaleido==v0.2.1 scikit-learn==1.1.1 fire==0.4.0 From 5d95e113cc0544dff3a7cec9b15fcca50edef2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Tue, 31 Oct 2023 18:49:02 +0100 Subject: [PATCH 5/6] try adding config-file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b87a824..3c79aa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: - name: Test with pytest run: pytest - name: Generate docs - run: mkdocs build + run: mkdocs build --config-file mkdocs.yml From 207823f3d41bd051e2c61857037886c165e6ab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20N=C3=BA=C3=B1ez=20Santiago?= Date: Tue, 31 Oct 2023 18:57:27 +0100 Subject: [PATCH 6/6] Add griffe --- .github/workflows/ci.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c79aa8..b87a824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: - name: Test with pytest run: pytest - name: Generate docs - run: mkdocs build --config-file mkdocs.yml + run: mkdocs build diff --git a/setup.cfg b/setup.cfg index 1e3e8b2..3a8d50d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,6 +45,7 @@ dev = pydocstyle==6.1.1 pymdown-extensions==9.5 pytest==7.1.2 + griffe==0.36.9 [options.entry_points] console_scripts =