From dd326f5cf23ea9d98d7bb41045d10e486b396799 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Mon, 21 Jun 2021 13:28:02 +0200 Subject: [PATCH] DOC FIX: Replaced outdated urls. --- src/doc/conf.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/doc/conf.py b/src/doc/conf.py index a20b8a2b..c3926288 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -187,14 +187,22 @@ epub_exclude_files = ['search.html'] # -- Extension configuration ------------------------------------------------- +# True to prefix each section label with the name of the document it is in, followed by a colon. For +# example, index:Introduction for a section called Introduction that appears in document +# index.rst. Useful for avoiding ambiguity when the same section heading appears in different +# documents. +# +# Note: This stops "normal" links from working, so it should be kept at False. +# autosectionlabel_prefix_document = True + # -- Options for intersphinx ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping intersphinx_mapping = { "python": ("https://docs.python.org/", None), - "caosdb-mysqlbackend": ("https://caosdb.gitlab.io/caosdb-mysqlbackend/", + "caosdb-mysqlbackend": ("https://docs.indiscale.com/caosdb-mysqlbackend/", None), - "caosdb-server": ("https://caosdb.gitlab.io/caosdb-server/", None), + "caosdb-server": ("https://docs.indiscale.com/caosdb-server/", None), } -- GitLab