Fix the cross reference links

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-12-12 14:31:28 +01:00
parent 1b7c3a0c6b
commit 68daa81ec6
2 changed files with 10 additions and 4 deletions

View file

@ -27,7 +27,13 @@ author = 'Fedora-Infra'
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = ["myst_parser"] extensions = [
"myst_parser",
"sphinx.ext.autosectionlabel"
]
# Make sure the target is unique
autosectionlabel_prefix_document = True
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']

View file

@ -62,14 +62,14 @@ Conclusions
----------- -----------
Investigation team recommends to not work on this app, but instead work Investigation team recommends to not work on this app, but instead work
on :ref:`../webhook2fedmsg/index`. on :ref:`webhook2fedmsg/index`.
Proposed Roadmap Proposed Roadmap
---------------- ----------------
See :ref:`../webhook2fedmsg/index:Proposed Roadmap`. See :ref:`webhook2fedmsg/index:Proposed Roadmap`.
Estimate of work Estimate of work
---------------- ----------------
See :ref:`../webhook2fedmsg/index:Estimate of work`. See :ref:`webhook2fedmsg/index:Estimate of work`.