mirror of
https://github.com/nextcloud/documentation.git
synced 2025-07-25 16:05:49 +00:00
Fix l10n build for user manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@ -288,7 +288,7 @@ todo_include_todos = True
|
|||||||
|
|
||||||
# allow to reference other documenation
|
# allow to reference other documenation
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'user_manual': ('https://docs.nextcloud.com/server/%s/user_manual/' % (version), '../user_manual/_build/html/com/objects.inv'),
|
'user_manual': ('https://docs.nextcloud.com/server/%s/user_manual/en/' % (version), '../user_manual/_build/html/en/objects.inv'),
|
||||||
'developer_manual': ('https://docs.nextcloud.com/server/%s/developer_manual/' % (version), '../developer_manual/_build/html/com/objects.inv'),
|
'developer_manual': ('https://docs.nextcloud.com/server/%s/developer_manual/' % (version), '../developer_manual/_build/html/com/objects.inv'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -300,7 +300,7 @@ todo_include_todos = True
|
|||||||
# allow to reference other documenation
|
# allow to reference other documenation
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'admin_manual': ('https://docs.nextcloud.com/server/%s/admin_manual/' % (version), '../admin_manual/_build/html/com/objects.inv'),
|
'admin_manual': ('https://docs.nextcloud.com/server/%s/admin_manual/' % (version), '../admin_manual/_build/html/com/objects.inv'),
|
||||||
'user_manual': ('https://docs.nextcloud.com/server/%s/user_manual/' % (version), '../user_manual/_build/html/com/objects.inv'),
|
'user_manual': ('https://docs.nextcloud.com/server/%s/user_manual/en/' % (version), '../user_manual/_build/html/en/objects.inv'),
|
||||||
}
|
}
|
||||||
|
|
||||||
current_docs = 'developer_manual'
|
current_docs = 'developer_manual'
|
||||||
|
10
user_manual_index.html
Normal file
10
user_manual_index.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Nextcloud Documentation</title>
|
||||||
|
<meta http-equiv="refresh" content="0; url=en" />
|
||||||
|
</head>
|
||||||
|
<body role="document">
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user