Remove intersphinx mapping because we use outside links for that

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-08-11 10:37:05 +02:00
parent 44a14dafeb
commit 07437e6af3
3 changed files with 0 additions and 17 deletions

View File

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

View File

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

View File

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