Commit 97947df
authored
docs: drop mike version provider for pre-1.0 (#35)
* docs: drop mike version provider for pre-1.0
mike maintains multiple versioned snapshots of the docs under one
domain, with a version dropdown for switching between them. Useful
once an API contract stabilizes and users on different installed
versions need to read the docs that match their install.
Pre-1.0, breaking changes are still expected — historical snapshots
would just confuse readers (the API in v0.5 docs may not exist in
v0.7). pydantic-ai's docs site (the polish reference) doesn't ship
versioned docs either. Revisit when 1.0 ships and the API
contract stabilizes.
Removes ``extra.version.provider: mike`` from mkdocs.yml so Material's
theme stops trying to fetch a versions.json that no CI step
produces.
* docs: drop mike dep from docs group
mike was the only consumer of ``version.provider: mike`` in
mkdocs.yml, which the previous commit removed. Drop the
``mike>=2.1,<3`` line from pyproject.toml's docs group and
regen uv.lock so the docs install surface no longer pulls in
mike + its transitives (pyparsing, verspec).1 parent 0f0a511 commit 97947df
3 files changed
Lines changed: 0 additions & 43 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 116 | | |
122 | 117 | | |
123 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments