Fix the cross reference links
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
1b7c3a0c6b
commit
68daa81ec6
2 changed files with 10 additions and 4 deletions
|
@ -27,7 +27,13 @@ author = 'Fedora-Infra'
|
|||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# 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.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
@ -62,14 +62,14 @@ Conclusions
|
|||
-----------
|
||||
|
||||
Investigation team recommends to not work on this app, but instead work
|
||||
on :ref:`../webhook2fedmsg/index`.
|
||||
on :ref:`webhook2fedmsg/index`.
|
||||
|
||||
Proposed Roadmap
|
||||
----------------
|
||||
|
||||
See :ref:`../webhook2fedmsg/index:Proposed Roadmap`.
|
||||
See :ref:`webhook2fedmsg/index:Proposed Roadmap`.
|
||||
|
||||
Estimate of work
|
||||
----------------
|
||||
|
||||
See :ref:`../webhook2fedmsg/index:Estimate of work`.
|
||||
See :ref:`webhook2fedmsg/index:Estimate of work`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue