From 2b2955eca79cc95d03768a72cb0f91656c45983c Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sun, 12 Jan 2025 19:47:02 +0100 Subject: [PATCH] :memo: Fix broken documentation links Reported by the CI sphinx-build linkcheck command: ``` (recipes: line 28) broken https://python-for-android.readthedocs.io/en/latest/recipes/ (installation: line 119) broken https://python-for-android.readthedocs.io/en/latest/troubleshooting/ ``` --- .github/workflows/test_python.yml | 1 - FAQ.md | 2 +- docs/source/installation.rst | 2 +- docs/source/recipes.rst | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index bcf2a0264..fa6bb9c93 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -55,4 +55,3 @@ jobs: run: sphinx-build -b linkcheck docs/source docs/build - name: Generate documentation run: sphinx-build docs/source docs/build - diff --git a/FAQ.md b/FAQ.md index 7ec244ed6..4eddf2f1c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -21,7 +21,7 @@ but it can be used independently - even with other GUI frameworks. Instructions on how to write your own recipes is available in the [Kivy for iOS](https://github.com/kivy/kivy-ios/) and -[python-for-android documentation](https://python-for-android.readthedocs.io/en/latest/recipes/). +[python-for-android documentation](https://python-for-android.readthedocs.io/en/latest/recipes.html). Instructions on how to test your own recipes from Buildozer is available in the [Buildozer Contribution Guidelines](CONTRIBUTING.md). diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 8b1ad68da..0041515d7 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -117,7 +117,7 @@ Alternatively, the Android SDK license can be automatically accepted - see `buil python-for-android related errors """"""""""""""""""""""""""""""""" See the dedicated `p4a troubleshooting documentation -`_. +`_. Targeting IOS diff --git a/docs/source/recipes.rst b/docs/source/recipes.rst index de3054ce2..8261a3dac 100644 --- a/docs/source/recipes.rst +++ b/docs/source/recipes.rst @@ -27,7 +27,7 @@ who wants to use the same library. More instructions on how to write your own recipes is available in the `Kivy for iOS `_ and -`python-for-android documentation `_. +`python-for-android documentation `_. Instructions on how to test your own recipes from Buildozer is available in the `latest Buildozer Contribution Guidelines `_.