WhalesState / pixel-engine

Pixel Engine is a 2D Godot Engine.
MIT License
30 stars 3 forks source link

Building fails due to missing Classes xml files #4

Closed WhalesState closed 7 months ago

WhalesState commented 9 months ago

+400 error appears while building the class docs with PYTHON doc/tools/make_rst.py doc/classes modules platform --dry-run --color which needs to be fixed instead of returning back the removed classes xml files.

A work around is to copy the doc/ folder from the current godot 4.x stable repo, then discarding the changes after building.