mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
Revert "docs: use html_static_path for static files"
No, html_static_path doesn't do the same thing as html_extra_path; it
puts things inside the _static folder, which we don't want here. Let's
revert the change.
This reverts commit e037761a2f.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29805>
This commit is contained in:
parent
3784e04c96
commit
47e422adfa
67 changed files with 4 additions and 4 deletions
|
|
@ -111,8 +111,10 @@ html_copy_source = False
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = [
|
html_static_path = []
|
||||||
'_static/',
|
|
||||||
|
html_extra_path = [
|
||||||
|
'_extra/',
|
||||||
'release-maintainers-keys.asc',
|
'release-maintainers-keys.asc',
|
||||||
'features.txt',
|
'features.txt',
|
||||||
'libGL.txt',
|
'libGL.txt',
|
||||||
|
|
@ -120,8 +122,6 @@ html_static_path = [
|
||||||
'README.VCE',
|
'README.VCE',
|
||||||
]
|
]
|
||||||
|
|
||||||
html_extra_path = []
|
|
||||||
|
|
||||||
html_redirects = [
|
html_redirects = [
|
||||||
('webmaster', 'https://www.mesa3d.org/website/'),
|
('webmaster', 'https://www.mesa3d.org/website/'),
|
||||||
('developers', 'https://www.mesa3d.org/developers/'),
|
('developers', 'https://www.mesa3d.org/developers/'),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue