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:
Tim 'mithro' Ansell 2024-03-23 09:53:45 -07:00
parent 38a227b00a
commit e12625612f
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ docutils
git+https://github.com/f4pga/sphinx_f4pga_theme.git@f4pga#egg=sphinx-f4pga-theme
sphinx-tabs
sphinx-jinja
docutils==0.17.1