mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-20 14:15:54 +00:00
Cleanup structure and duplicate outdated docs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
@ -103,10 +103,10 @@ html_theme_path = ['../_shared_assets/themes']
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
html_theme = 'nextcloud_com'
|
||||
html_theme_options = {
|
||||
# "rightsidebar": "true",
|
||||
}
|
||||
# html_theme = 'sphinx_rtd_theme'
|
||||
# html_theme_options = {
|
||||
# # "rightsidebar": "true",
|
||||
# }
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
#html_title = None
|
||||
@ -294,3 +294,6 @@ intersphinx_mapping = {
|
||||
}
|
||||
|
||||
current_docs = 'admin_manual'
|
||||
|
||||
# Generate the versions list
|
||||
html_context['versions'] = generateVersionsDocs(current_docs)
|
||||
|
Reference in New Issue
Block a user