Redot-Engine / redot-engine

Redot Engine – Multi-platform 2D and 3D game engine
https://redotengine.org/
MIT License
4.78k stars 214 forks source link

Fix multiple `<h1>` in `classes/index.html` documentation #836

Open PJ-568 opened 2 weeks ago

PJ-568 commented 2 weeks ago

You might find multiple <h1> in https://docs-latest.redotengine.org/classes/index.html.

Fix by passing ------ instead of ====== to heading, so the subtitle in index.rst generate correctly.

Spartan322 commented 2 weeks ago

Related PR: godotengine/godot#98795