mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-17 18:09:28 +07:00
fix: Remove deprecated configuration options
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
9
conf.py
9
conf.py
@@ -26,7 +26,7 @@ release = version
|
|||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'logo_only': True,
|
'logo_only': True,
|
||||||
'style_external_links': True,
|
'style_external_links': True,
|
||||||
'display_version': False,
|
'version_selector': False,
|
||||||
}
|
}
|
||||||
|
|
||||||
# relative path to subdirectories
|
# relative path to subdirectories
|
||||||
@@ -58,7 +58,6 @@ else:
|
|||||||
html_context = {
|
html_context = {
|
||||||
'current_version': version,
|
'current_version': version,
|
||||||
'READTHEDOCS': True,
|
'READTHEDOCS': True,
|
||||||
'extra_css_files': ['_static/custom.css'],
|
|
||||||
|
|
||||||
# force github plugin
|
# force github plugin
|
||||||
'display_github': True,
|
'display_github': True,
|
||||||
@@ -68,6 +67,12 @@ html_context = {
|
|||||||
'theme_vcs_pageview_mode': 'edit/%s/' % github_branch, # to be completed by each individual conf.py
|
'theme_vcs_pageview_mode': 'edit/%s/' % github_branch, # to be completed by each individual conf.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html_static_path = ['_static']
|
||||||
|
# Extra CSS relative to html_static_path
|
||||||
|
html_css_files = [
|
||||||
|
'custom.css'
|
||||||
|
]
|
||||||
|
|
||||||
edit_on_github_project = 'nextcloud/documentation'
|
edit_on_github_project = 'nextcloud/documentation'
|
||||||
edit_on_github_branch = 'master'
|
edit_on_github_branch = 'master'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user