Mirror of godotengine/godot-docs
Find a file
Max Hilbrunner 3a5b34e3dc
Merge pull request #11676 from WraithGlade/patch-3
Fixed minor typo: missing subject noun ("the script").
2026-01-25 23:32:09 +01:00
.github Merge pull request #11482 from godotengine/dependabot/github_actions/actions/checkout-6 2025-12-20 02:55:40 +01:00
_extensions Use 4 CPUs on readthedocs by injection. 2026-01-24 23:59:45 +01:00
_static Merge pull request #11646 from Calinou/improve-theme-4.6 2026-01-22 10:13:12 +01:00
_styleguides Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00
_templates Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00
_tools Add JavaScript-based redirects to supplement Read the Docs redirects 2025-10-03 00:51:16 +02:00
about Add a page on creating desktop/mobile/web applications with Godot (#11606) 2026-01-24 11:14:03 +01:00
classes classref: Sync with current master branch (ebbdef7) 2026-01-24 03:43:27 +00:00
community Replace Harvard course recommendation with Learn GDScript from Zero 2025-11-04 18:35:56 +01:00
engine_details Merge pull request #11661 from Calinou/configuring-an-ide-vscode-hover-documentation 2026-01-23 10:35:19 +01:00
getting_started update your first 3d game images for 4.6 2026-01-25 16:57:32 +01:00
img Add FoldableContainer to the Control node gallery page 2025-07-08 01:08:02 +02:00
tutorials Merge pull request #11676 from WraithGlade/patch-3 2026-01-25 23:32:09 +01:00
.editorconfig Add .editorconfig and .gitattributes files for automatic settings (#4700) 2021-03-01 17:52:52 +01:00
.gitattributes Add .editorconfig and .gitattributes files for automatic settings (#4700) 2021-03-01 17:52:52 +01:00
.gitignore Add more Python-related files to gitignore 2025-01-29 11:33:20 +01:00
.lycheeignore Fix URL check errors 2025-03-26 11:26:20 -04:00
.mailmap Sync AUTHORS.md to add top contributors from past years 2024-08-14 10:45:33 +02:00
.pre-commit-config.yaml Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00
.readthedocs.yml Add tools definition for RTD 2023-05-05 15:28:02 +02:00
404.rst Fix redirects in pages with other base paths than the default (/en/stable). 2026-01-16 12:41:29 +01:00
AUTHORS.md Sync AUTHORS.md to add top contributors from past years 2024-08-14 10:45:33 +02:00
conf.py Use 4 CPUs on readthedocs by injection. 2026-01-24 23:59:45 +01:00
index.rst Fix Contribute tile link on homepage 2026-01-23 00:43:06 +01:00
LICENSE.txt Add full text of CC-BY-3.0 license 2018-12-07 21:47:49 +01:00
make.bat Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
Makefile Makefile: use sphinx-build -M 2023-03-28 19:34:39 +02:00
pyproject.toml CI: Integrate pre-commit for style checks 2024-11-14 14:08:49 -06:00
README.md Update contributing links to contributing.godotengine.org. 2025-09-11 19:22:27 +02:00
requirements.txt Bump sphinxcontrib-video from 0.4.1 to 0.4.2 2026-01-15 09:52:31 +00:00
robots.txt Appease our great search engine overlords 2020-04-21 13:32:55 +02:00

Godot Engine documentation

This repository contains the source files of Godot Engine's documentation, in reStructuredText markup language (reST).

They are meant to be parsed with the Sphinx documentation builder to build the HTML documentation on Godot's website.

Download for offline use

To browse the documentation offline, you can download an HTML copy (updated every Monday): stable, latest, 3.6. Extract the ZIP archive then open the top-level index.html in a web browser.

For mobile devices or e-readers, you can also download an ePub copy (updated every Monday): stable, latest, 3.6. Extract the ZIP archive then open the GodotEngine.epub file in an e-book reader application.

Theming

The Godot documentation uses the default sphinx_rtd_theme with many customizations applied on top. It will automatically switch between the light and dark theme depending on your browser/OS' theming preference.

If you use Firefox and wish to use the dark theme regardless of your OS configuration, you can install the Dark Website Forcer add-on.

Contributing

All contributors are welcome to help on the Godot documentation.

To get started, head to the Contributing documentation. There, you will find all the information you need to write and submit changes.

Here are some quick links to the areas you might be interested in:

  1. Contributing to the online manual
  2. Contributing to the class reference
  3. Content guidelines
  4. Writing guidelines
  5. Building the manual
  6. Translating the documentation

License

With the exception of the classes/ folder, all the content of this repository is licensed under the Creative Commons Attribution 3.0 Unported license (CC BY 3.0) and is to be attributed to "Juan Linietsky, Ariel Manzur and the Godot community". See LICENSE.txt for details.

The files in the classes/ folder are derived from Godot's main source repository and are distributed under the MIT license, with the same authors as above.