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

Offline Releases are gone #10602

Closed
dschiller opened this issue Feb 2, 2025 · 2 comments
Closed

Offline Releases are gone #10602

dschiller opened this issue Feb 2, 2025 · 2 comments
Labels

Comments

@dschiller
Copy link

dschiller commented Feb 2, 2025

Your Godot version:
any

Issue description:
Offline doc releases are gone at https://github.com/godotengine/godot-docs?tab=readme-ov-file

Image

URL to the documentation page:

https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-stable.zip

@dschiller dschiller changed the title Offlien Release are gone Offline Release are gone Feb 2, 2025
@dschiller dschiller changed the title Offline Release are gone Offline Releases are gone Feb 2, 2025
@dschiller
Copy link
Author

dschiller commented Feb 2, 2025

Can be workarounded via

# Windows
mkdir godot-docs
cd godot-docs
python -m venv .venv
.venv\Scripts\activate.bat
git clone https://github.com/godotengine/godot-docs.git .
pip install -q -r requirements.txt
sphinx-build -M html . build
build\html\index.html

@tetrapod00
Copy link
Contributor

Thanks for the report, this is a known issue and we're looking for solutions: #10581

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

No branches or pull requests

2 participants