mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
Use an explicit website title, to avoid the "0.1 documentation" addendum.
This commit is contained in:
2
conf.py
2
conf.py
@@ -57,6 +57,8 @@ html_context = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html_logo = "img/docs_logo.svg"
|
html_logo = "img/docs_logo.svg"
|
||||||
|
# Set explicitly to avoid the standard title inserting a version.
|
||||||
|
html_title = 'Contributing to Godot'
|
||||||
|
|
||||||
# These folders are copied to the documentation's HTML output
|
# These folders are copied to the documentation's HTML output
|
||||||
html_static_path = ["_static"]
|
html_static_path = ["_static"]
|
||||||
|
|||||||
Reference in New Issue
Block a user