Commit ceca3da
committed
💚 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/342187284541 parent 11b73f9 commit ceca3da
File tree
4 files changed
+7
-5
lines changed- doc/source
- pythonforandroid
4 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
571 | 572 | | |
572 | 573 | | |
573 | 574 | | |
574 | | - | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | | - | |
| 594 | + | |
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
753 | 754 | | |
754 | 755 | | |
755 | 756 | | |
| |||
0 commit comments