mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-16 09:29:40 +07:00
Remove intersphinx mapping because we use outside links for that
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -286,12 +286,6 @@ epub_copyright = u'2012-2017, The Nextcloud developers'
|
||||
# Include todos?
|
||||
todo_include_todos = True
|
||||
|
||||
# allow to reference other documenation
|
||||
intersphinx_mapping = {
|
||||
'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'),
|
||||
}
|
||||
|
||||
current_docs = 'admin_manual'
|
||||
|
||||
# Generate the versions list
|
||||
|
||||
@@ -297,12 +297,6 @@ epub_copyright = u'2012-2017, The Nextcloud developers'
|
||||
# Include todos?
|
||||
todo_include_todos = True
|
||||
|
||||
# allow to reference other documenation
|
||||
intersphinx_mapping = {
|
||||
'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/en/' % (version), '../user_manual/_build/html/en/objects.inv'),
|
||||
}
|
||||
|
||||
current_docs = 'developer_manual'
|
||||
|
||||
from sphinx.builders.html import StandaloneHTMLBuilder
|
||||
|
||||
@@ -302,11 +302,6 @@ todo_include_todos = True
|
||||
# substitutions go here
|
||||
rst_epilog = '.. |version| replace:: %s' % version
|
||||
|
||||
intersphinx_mapping = {
|
||||
'admin_manual': ('https://docs.nextcloud.com/server/%s/admin_manual/' % (version), '../admin_manual/_build/html/com/objects.inv'),
|
||||
'developer_manual': ('https://docs.nextcloud.com/server/%s/developer_manual/' % (version), '../developer_manual/_build/html/com/objects.inv'),
|
||||
}
|
||||
|
||||
current_docs = 'user_manual'
|
||||
|
||||
# Generate the versions list
|
||||
|
||||
Reference in New Issue
Block a user