From af34905e27196dcea066a6a50a31ad2e0d9f666b Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Jan 26 2022 12:39:38 +0000 Subject: Fix documentation build errors Signed-off-by: Tomas Hrcka --- diff --git a/docs/source/overview.rst b/docs/source/overview.rst index 354d26a..2292c08 100644 --- a/docs/source/overview.rst +++ b/docs/source/overview.rst @@ -33,8 +33,7 @@ before they are sent out as stable releases, and the milestone releases Nightly snapshot images of various kinds are built from Rawhide and Branched (when it exists) and made available for download from within the trees on the -`mirrors`_ or from the `Koji`_ build system. Many of these can be located via -the `release engineering dashboard`_. +`mirrors`_ or from the `Koji`_ build system. The `Fedora Release Life Cycle`_ page is a good entry point for more details on these processes. Some other useful references regarding the Fedora release diff --git a/docs/source/sop_adding_side_build_targets.rst b/docs/source/sop_adding_side_build_targets.rst index e0a0165..23d65d1 100644 --- a/docs/source/sop_adding_side_build_targets.rst +++ b/docs/source/sop_adding_side_build_targets.rst @@ -160,7 +160,7 @@ Create Side Build Target Update the issue according to the following template which assumes a side target was made for KDE under Fedora 28. - *TAG_NAME* has been created: + *TAG_NAME* has been created: $ koji add-tag f28-kde --parent=f28-build --arches=armv7hl,i686,x86_64,aarch64,ppc64,ppc64le,s390x diff --git a/docs/source/sop_fedora_media_writer.rst b/docs/source/sop_fedora_media_writer.rst index ab6808a..d01a8ec 100644 --- a/docs/source/sop_fedora_media_writer.rst +++ b/docs/source/sop_fedora_media_writer.rst @@ -84,7 +84,7 @@ Build: $ cp build/helper/mac/helper.app/Contents/MacOS/helper build/app/Fedora\ Media\ Writer.app/Contents/MacOS/ $ cd build/app $ $QT_PREFIX/$QT_VERSION/clang_64/bin/macdeployqt "Fedora Media Writer.app" \ - -executable="Fedora Media Writer.app/Contents/MacOS/helper" -qmldir="../../app" + -executable="Fedora Media Writer.app/Contents/MacOS/helper" -qmldir="../../app" Prepare certificates -------------------- @@ -121,12 +121,12 @@ Sign and DMG cd "build/app/Fedora Media Writer.app" for dylib in $(find . -name "*dylib") do - codesign -s "Developer ID Application: Fedora Gilmore" -v $dylib + codesign -s "Developer ID Application: Fedora Gilmore" -v $dylib done # Now sign framework bundles for framework in $(find . -name "*framework") do - codesign -s "Developer ID Application: Fedora Gilmore" -v $framework + codesign -s "Developer ID Application: Fedora Gilmore" -v $framework done # Sign the two binaries diff --git a/docs/source/sop_mass_branching.rst b/docs/source/sop_mass_branching.rst index b69b69b..cbf0604 100644 --- a/docs/source/sop_mass_branching.rst +++ b/docs/source/sop_mass_branching.rst @@ -66,11 +66,11 @@ information on how to run it):: .. note:: Due to memory leak issue in pdc, we need to set the config in /etc/pdc.d/fedora.json { - "fedora": { - "host": "http://pdc-web02.iad2.fedoraproject.org/rest_api/v1/", - "develop": false, - "ssl-verify": false, - } + "fedora": { + "host": "http://pdc-web02.iad2.fedoraproject.org/rest_api/v1/", + "develop": false, + "ssl-verify": false, + } } dist-git diff --git a/docs/source/sop_package_unblocking.rst b/docs/source/sop_package_unblocking.rst index 897caff..e261787 100644 --- a/docs/source/sop_package_unblocking.rst +++ b/docs/source/sop_package_unblocking.rst @@ -123,5 +123,5 @@ Consider Before Running deps related to the package. We may have to re-block the package in order to fix the deps. -.. _releng_issue_tracker: +.. _rel-eng issue tracker: https://pagure.io/releng/issues diff --git a/docs/source/sop_requesting_task_automation_users.rst b/docs/source/sop_requesting_task_automation_users.rst index 6d27656..926e425 100644 --- a/docs/source/sop_requesting_task_automation_users.rst +++ b/docs/source/sop_requesting_task_automation_users.rst @@ -37,3 +37,4 @@ For reference: `Example Infrastructure Ticket `_ +.. _loopabull: loopabull \ No newline at end of file diff --git a/docs/source/workflow_automation.rst b/docs/source/workflow_automation.rst index 867c58f..3fbe64b 100644 --- a/docs/source/workflow_automation.rst +++ b/docs/source/workflow_automation.rst @@ -4,7 +4,7 @@ Fedora RelEng Workflow Automation ================================= -.. _releng-automation: +.. `releng-automation`_: The Fedora RelEng Workflow Automation is a means to allow RelEng to define a pattern by which Release Engineering work is automated in an uniform fashion.