From bcfae4bcae93b9cf23a6005104b1df274d94b949 Mon Sep 17 00:00:00 2001 From: Joaquin Amat Date: Thu, 1 Aug 2024 13:06:51 +0000 Subject: [PATCH] update mike version --- mkdocs.yml | 11 +++++++---- pyproject.toml | 10 +++++----- requirements_mkdocs.txt | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index a42866992..b5d9f9ab2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,10 +18,11 @@ nav: - API Reference: api/ForecasterAutoreg.md - FAQ and Tips: faq/faq.md - Releases: releases/releases.md - + - Authors: authors/authors.md + - Introduction to forecasting: - Introduction to forecasting: introduction-forecasting/introduction-forecasting.md - + - Quick start: - Quick start: quick-start/quick-start-skforecast.ipynb - Forecaster Parameters: quick-start/forecaster-parameters.md @@ -94,9 +95,11 @@ nav: - Parallelization in skforecast: faq/parallelization-skforecast.ipynb - Profiling skforecast: faq/profiling-skforecast.ipynb - - Releases: releases/releases.md + - Releases: + - Releases: releases/releases.md - - Authors: authors/authors.md + - Authors: + - Authors: authors/authors.md plugins: - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index 9f90ca5b5..cf1a67576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,13 +83,13 @@ full = [ ] docs = [ - "mkdocs-material==9.5.28", + "mkdocs-material==9.5.30", "mkdocs-jupyter==0.24.8", - "mkdocstrings==0.25.1", - "mkdocstrings-python==1.10.5", + "mkdocstrings==0.25.2", + "mkdocstrings-python==1.10.7", "jupyter-contrib-nbextensions==0.7.0", - "mike==2.1.2", - "notebook==6.0" + "mike==1.1.2", #2.1.2 not working when publishing online + "notebook==6.4.12" ] test = [ diff --git a/requirements_mkdocs.txt b/requirements_mkdocs.txt index 8279236f4..d1f92847d 100644 --- a/requirements_mkdocs.txt +++ b/requirements_mkdocs.txt @@ -1,4 +1,4 @@ -mike==1.1.2 #2.0.0 not working when publishing online +mike==1.1.2 #2.1.2 not working when publishing online mkdocs==1.5.3 mkdocs-jupyter==0.24.6 mkdocs-material==9.4.9