Pin docutils to fix error.
``` Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/f4pga-examples/envs/385/lib/python3.12/site-packages/docutils/statemachine.py", line 299, in next_line self.line = self.input_lines[self.line_offset] ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/f4pga-examples/envs/385/lib/python3.12/site-packages/docutils/statemachine.py", line 1136, in __getitem__ return self.data[i] ~~~~~~~~~^^^ IndexError: list index out of range ``` Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
38a227b00a
commit
e12625612f
|
@ -3,3 +3,4 @@ docutils
|
||||||
git+https://github.com/f4pga/sphinx_f4pga_theme.git@f4pga#egg=sphinx-f4pga-theme
|
git+https://github.com/f4pga/sphinx_f4pga_theme.git@f4pga#egg=sphinx-f4pga-theme
|
||||||
sphinx-tabs
|
sphinx-tabs
|
||||||
sphinx-jinja
|
sphinx-jinja
|
||||||
|
docutils==0.17.1
|
||||||
|
|
Loading…
Reference in New Issue