tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.58k stars 378 forks source link

https://tortoise.github.io/0.19.1 gives 404 #1569

Closed 1pav closed 4 months ago

1pav commented 6 months ago

Describe the bug The documentation for 0.19.1 at https://tortoise.github.io/0.19.1/ returns 404.

To Reproduce Go to https://tortoise.github.io/0.19.1/

Expected behavior https://tortoise.github.io/0.19.1/ should load the documentation for 0.19.1.

Additional context I couldn't file this issue to the more appropriate https://github.com/tortoise/tortoise.github.io because it doesn't accept issues.

waketzheng commented 4 months ago

@1pav You can view docs of 0.19.1 by this way:

git clone https://github.com/tortoise/tortoise-orm
cd tortoise-orm
which poetry || ((which pipx || (pip install --user pipx && export PATH=$HOME/.local/bin:$PATH)) && pipx install poetry)
poetry shell
git reset --hard 0.19.1
which apt && sudo apt install -y unixodbc unixodbc-dev # fix fatal error: sql.h: No such file or directory
make deps
cd docs
make html
open _build/html/index.html
image
abondar commented 4 months ago

Yeah, linking for older versions was unfinished, for now I removed it and display only latest