Mirror of godotengine/godot-docs
Find a file
Max Hilbrunner bf0641ac0e
Merge pull request #11397 from wjt/push-mtnonqulrprn
Remove obsolete paragraph about Linux power-saving inhibition
2025-12-10 03:47:34 +01:00
.github Update contributing links to contributing.godotengine.org. 2025-09-11 19:22:27 +02:00
_extensions Revert "read classes from file when lexing" 2025-10-15 17:21:06 +02:00
_static Fix redirects in safari, by moving the redirect js script into the 404 page instead of checking if we're on 404 via the API. 2025-10-04 11:33:41 +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 Add JavaScript-based redirects to supplement Read the Docs redirects 2025-10-03 00:51:16 +02:00
about Merge pull request #11503 from Calinou/faq-libgodot 2025-11-28 22:23:48 +01:00
classes classref: Sync with current master branch (235a32a) 2025-11-22 03:28:38 +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 #11484 from dsnopek/tracing-profiler 2025-12-09 18:21:02 +01:00
getting_started Add macOS shortcut for running the scene (#11277) 2025-11-27 22:15:41 -05:00
img Add FoldableContainer to the Control node gallery page 2025-07-08 01:08:02 +02:00
tutorials Merge pull request #11397 from wjt/push-mtnonqulrprn 2025-12-10 03:47:34 +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 Fetch redirects based on the current URL. (#11450) 2025-11-16 03:21: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 Bump version 2025-09-13 05:48:55 +02:00
index.rst Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +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 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 sphinxext-opengraph from 0.12.0 to 0.13.0 2025-09-01 17:54:44 +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.