Mirror of godotengine/godot-docs
  • reStructuredText 99.4%
  • Python 0.3%
  • CSS 0.2%
Find a file
Matthew 2fc15a528f
Merge pull request #12249 from Kasi-Asa/patch-1
fix: remove redundant "two"
2026-08-06 18:54:19 -04:00
.github Bump actions/cache from 5 to 6 2026-06-24 09:52:19 +00:00
_extensions Add support for classref admonitions 2026-05-27 13:46:10 +02:00
_static Merge pull request #12017 from Cykyrios/classref-admonitions 2026-08-05 10:39:55 +02: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 Fix redirect destination validation, partial key overrides, and multiple broken redirects.csv entries. 2026-07-21 10:49:30 +02:00
about Remove trailing whitespace 2026-08-04 19:34:06 +02:00
classes classref: Sync with 4.7-stable 2026-06-18 14:10:40 +02:00
community Remove trailing whitespace 2026-08-04 19:34:06 +02:00
engine_details fix: remove redundant "two" 2026-08-06 19:50:24 +05:45
getting_started Merge pull request #12218 from godotengine/instance-verb-removal-juice 2026-08-05 19:45:40 -04:00
img Remove stale control_gallery.png image 2026-06-30 12:08:58 +03:30
tutorials Fix small typo: Missing / 2026-08-06 21:52:49 +02:00
.editorconfig Add .editorconfig and .gitattributes files for automatic settings (#4700) 2021-03-01 17:52:52 +01:00
.git-blame-ignore-revs Ignore remove trailing whitespace commit 2026-08-04 19:39:12 +02:00
.gitattributes Add .editorconfig and .gitattributes files for automatic settings (#4700) 2021-03-01 17:52:52 +01:00
.gitignore Fix Lychee URL checking on CI 2026-05-16 18:13:17 +02:00
.lycheeignore Fix Lychee URL checking on CI 2026-05-16 18:13:17 +02:00
.mailmap Sync AUTHORS.md to add top contributors from past years 2024-08-14 10:45:33 +02:00
.pre-commit-config.yaml Add CI check for trailing whitespace 2026-08-04 19:33:17 +02:00
.readthedocs.yml Add tools definition for RTD 2023-05-05 15:28:02 +02:00
404.rst Fix redirect destination validation, partial key overrides, and multiple broken redirects.csv entries. 2026-07-21 10:49:30 +02:00
AUTHORS.md Sync AUTHORS.md to add top contributors from past years 2024-08-14 10:45:33 +02:00
conf.py Add support for classref admonitions 2026-05-27 13:46:10 +02:00
index.rst Update documentation for the Asset Store (#12033) 2026-06-18 13:49:02 +02: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 Improve codespell setup for direct usage and CI 2026-06-25 03:43:05 +02:00
README.md Update contributing links to contributing.godotengine.org. 2025-09-11 19:22:27 +02:00
requirements.txt Bump pygments from 2.19.2 to 2.20.0 2026-03-30 10:32:06 +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.