[doc] all: Center content when there's room

This commit is contained in:
Jonathan Rubenstein
2021-12-26 04:25:11 +02:00
committed by Geoffrey McRae
parent ff6c46f7ca
commit 936688ddac
2 changed files with 24 additions and 1 deletions

View File

@@ -102,7 +102,13 @@ html_favicon = '../resources/icon.ico'
html_logo = '../resources/icon-128x128.png'
html_css_files = [
'center-rtd.css',
]
# 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,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []
html_static_path = [
'css/center-rtd.css',
]