Rst document ref error

17 views
Skip to first unread message

Degenerate Tech

unread,
Jun 15, 2024, 4:14:30 PMJun 15
to Kivy users support

provider
[INFO   ] [Window      ] virtual keyboard not allowed, single mode, not docked
Document:16: (ERROR/3) Unknown interpreted text role "ref".
Document:17: (ERROR/3) Unknown interpreted text role "ref".
Document:18: (ERROR/3) Unknown interpreted text role "ref".
Document:19: (ERROR/3) Unknown interpreted text role "ref".
Document:20: (ERROR/3) Unknown interpreted text role "ref".
Document:24: (ERROR/3) Unknown interpreted text role "ref".
Document:33: (ERROR/3) Unknown interpreted text role "class".
Document:34: (ERROR/3) Unknown interpreted text role "meth".
Document:34: (ERROR/3) Unknown interpreted text role "class".
Document:36: (ERROR/3) Unknown interpreted text role "meth".
Document:85: (ERROR/3) Unknown interpreted text role "class".
Document:126: (ERROR/3) Unknown interpreted text role "ref".
Document:176: (ERROR/3) Unknown interpreted text role "class".
Document:185: (ERROR/3) Unknown interpreted text role "meth".
Document:206: (ERROR/3) Unknown interpreted text role "class".
Document:206: (ERROR/3) Unknown interpreted text role "class".
Document:219: (ERROR/3) Unknown interpreted text role "class".
[WARNING] [Base        ] Unknown <android> provider
[INFO   ] [Base        ] Start application main loop
Document:16: (ERROR/3) Unknown interpreted text role "ref".
Document:17: (ERROR/3) Unknown interpreted text role "ref".
Document:18: (ERROR/3) Unknown interpreted text role "ref".
Document:19: (ERROR/3) Unknown interpreted text role "ref".
Document:20: (ERROR/3) Unknown interpreted text role "ref".
Document:24: (ERROR/3) Unknown interpreted text role "ref".
Document:33: (ERROR/3) Unknown interpreted text role "class".
Document:34: (ERROR/3) Unknown interpreted text role "meth".
Document:34: (ERROR/3) Unknown interpreted text role "class".
Document:36: (ERROR/3) Unknown interpreted text role "meth".
Document:85: (ERROR/3) Unknown interpreted text role "class".
Document:126: (ERROR/3) Unknown interpreted text role "ref".
Document:176: (ERROR/3) Unknown interpreted text role "class".
Document:185: (ERROR/3) Unknown interpreted text role "meth".
Document:206: (ERROR/3) Unknown interpreted text role "class".
Document:206: (ERROR/3) Unknown interpreted text role "class".
Document:219: (ERROR/3) Unknown interpreted text role "class".
[ERROR  ] [Image       ] Not found <../images/Kivy_App_Life_Cycle.png>
[ERROR  ] [Rst         ] error while loading text
Traceback (most recent call last):
  File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/kivy/uix/rst.py", line 614, in _load_from_text
    document.walkabout(visitor)
  File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/docutils/nodes.py", line 186, in walkabout
    if child.walkabout(visitor):
       ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/docutils/nodes.py", line 186, in walkabout
    if child.walkabout(visitor):
       ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/docutils/nodes.py", line 186, in walkabout
    if child.walkabout(visitor):
       ^^^^^^^^^^^^^^^^^^^^^^^^
  [Previous line repeated 1 more time]
  File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/docutils/nodes.py", line 199, in walkabout
    visitor.dispatch_departure(self)
  File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/kivy/uix/rst.py", line 1441, in dispatch_departure
    self.root.preload(filename)
  File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/kivy/uix/rst.py", line 581, in preload
    with open(filename, 'rb') as fd:
         ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/guide/packaging-android.rst'
[INFO   ] [GL          ] NPOT texture support is available
[INFO   ] [Base        ] Leaving application in progress...

newfile.py
s.rst

ElliotG

unread,
Jun 15, 2024, 10:18:03 PMJun 15
to Kivy users support
Looking at: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html
I do not see definitions for :ref:, :class:...

ElliotG

unread,
Jun 15, 2024, 10:36:06 PMJun 15
to Kivy users support
doing a little searching... :ref: is used in sphinx, it is not restructured text.
Reply all
Reply to author
Forward
0 new messages