Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1pav opened this issue Mar 13, 2024 · 1 comment
Open

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

1pav opened this issue Mar 13, 2024 · 1 comment

Comments

@1pav
Copy link

1pav commented Mar 13, 2024

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
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants