-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💚 Fix sphinx documentation build errors
The errors & warnings were: ``` doc/source/quickstart.rst:60: WARNING: Title underline too short. Installing Prerequisites ~~~~~~~~~~~~~~~~~~~~~~~ doc/source/quickstart.rst:60: WARNING: Title underline too short. Installing Prerequisites ~~~~~~~~~~~~~~~~~~~~~~~ doc/source/recipes.rst:77: ERROR: Unexpected indentation. doc/source/recipes.rst:75: WARNING: Inline literal start-string without end-string. doc/source/recipes.rst:75: WARNING: Inline interpreted text or phrase reference start-string without end-string. doc/source/recipes.rst:78: WARNING: Block quote ends without a blank line; unexpected unindent. doc/source/recipes.rst:78: WARNING: Inline literal start-string without end-string. WARNING: autodoc: failed to import class 'Recipe' from module 'toolchain'; the following exception was raised: ``` And more errors popped as we fixed the above ones. Full log: https://github.com/kivy/python-for-android/actions/runs/12263397494/job/34218728454
- Loading branch information
1 parent
11b73f9
commit ceca3da
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters