diff --git a/docs/conf.py b/docs/conf.py index 8ce82752..b398288e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,6 +161,10 @@ r'https://gitlab\.gnome\.org/GNOME/Initiatives/-/wikis/DevOps-with-Flatpak' ] +linkcheck_ignore = [ + r"https://www\.gnu\.org/.*", # Broken in GitHub actions +] + # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples diff --git a/docs/hosting-a-repository.rst b/docs/hosting-a-repository.rst index c67611dc..ba82bb15 100644 --- a/docs/hosting-a-repository.rst +++ b/docs/hosting-a-repository.rst @@ -216,7 +216,7 @@ The instructions will use Gitlab.com. 6. Go to ``https://gitlab.com/your_user_name/repo_name/-/settings/ci_cd``. Expand `General` and disable public pipeline. Click Save. Expand `variables`. Add the following - `variables `_ + `variables `_ necessary for the pipeline to run: .. list-table:: @@ -322,7 +322,7 @@ This will set up a flatpak remote userwide, install the dependencies and the application. Updates will be fetched when running ``flatpak update`` if they are available. -11. You can set up a `pipeline schedule `_, +11. You can set up a `pipeline schedule `_, optionally to automatically check for updates using `flatpak-x-checker `_ and send PRs to the repo. @@ -331,7 +331,7 @@ if they are available. Multi-architecture workflow ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -This uses Gitlab.com's `hosted aarch64 runners `_ for building on aarch64. +This uses Gitlab.com's `hosted aarch64 runners `_ for building on aarch64. .. code-block:: yaml