Skip to content

Commit

Permalink
Merge pull request #778 from JoaquinAmatRodrigo/0.13.x
Browse files Browse the repository at this point in the history
update mike version
  • Loading branch information
JoaquinAmatRodrigo authored Aug 1, 2024
2 parents 0d22ddd + bcfae4b commit 615e4ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
11 changes: 7 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion requirements_mkdocs.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 615e4ca

Please sign in to comment.