Mirror of godotengine/godot-docs
  • reStructuredText 99.4%
  • Python 0.3%
  • CSS 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Matthew 2fefa1c770
Merge pull request #12398 from Calinou/your-first-2d-game-timer
Make it easier to understand the timer section in The main game scene
2026-09-22 19:03:19 -04:00
.github Fix links for the contributing docs refactor. 2026-09-15 12:27:45 +02:00
_extensions Add BBCode syntax highlighting 2026-09-05 21:35:23 +02:00
_static Fix links for the contributing docs refactor. 2026-09-15 12:27:45 +02:00
_styleguides Fix links for the contributing docs refactor. 2026-09-15 12:27:45 +02:00
_templates Fix links for the contributing docs refactor. 2026-09-15 12:27:45 +02:00
_tools Update codespell to include many more checks 2026-08-08 00:21:14 +02:00
about Fix solid background blocks behind series titles in the documentation changelog (#12381) 2026-09-19 18:06:30 -04:00
classes classref: Sync with current master branch (5727740) 2026-09-19 03:26:23 +00:00
community Merge pull request #12235 from skyace65/FAQ-Update 2026-09-21 05:50:27 +02:00
engine_details Merge pull request #12354 from bruvzg/gde_clean 2026-09-21 05:54:44 +02:00
getting_started Make it easier to understand the timer section in The main game scene 2026-09-22 17:31:09 +02:00
img Remove stale control_gallery.png image 2026-06-30 12:08:58 +03:30
tutorials Merge pull request #12383 from Calinou/lights-and-shadows-contact 2026-09-22 17:10:41 +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 Update codespell to include many more checks 2026-08-08 00:21:14 +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 BBCode syntax highlighting 2026-09-05 21:35:23 +02:00
index.rst Fix links for the contributing docs refactor. 2026-09-15 12:27:45 +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 Expand codespell coverage 2026-08-19 08:42:36 -05:00
README.md Fix links for the contributing docs refactor. 2026-09-15 12:27:45 +02:00
requirements.txt Bump pygments from 2.20.0 to 2.21.0 2026-08-20 09:52:39 +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.