Cleanup structure and duplicate outdated docs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv)
2018-11-26 22:23:53 +01:00
parent 60879ae2ea
commit 617fd0c398
139 changed files with 161 additions and 13232 deletions

View File

@ -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)