godot-rust / gdext

Rust bindings for Godot 4

Home Page:https://mastodon.gamedev.place/@GodotRust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs.rs shows "The requested resource does not exist"

Bromeon opened this issue · comments

When clicking on the classes module in the godot 0.1.1 page of docs.rs, the mentioned error message appears:
https://docs.rs/godot/latest/godot/classes/index.html

image

It's not clear to me why this happens, possibly some misconfiguration on our side? Or just a flaky doc generation?

Our builds passed, according to docs.rs logs:
https://docs.rs/crate/godot/latest/builds

The builtin, global, register, tools modules work, but classes, init, meta and prelude don't.


What's interesting that classes are indexed, but their pages aren't loaded.
https://docs.rs/godot/latest/godot/?search=renderingserver
image


The module godot::classes in godot-core also works fine (although there the feature for full codegen isn't enabled)...

This has been fixed in docs.rs 💪