You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Section/component | Name | Description | Comments |
|-------------------|------|-------------|----------|
I get this error
Exception occurred:
File "/usr/local/lib/python3.9/site-packages/myst_parser/docutils_renderer.py", line 715, in render_table
assert token.children and len(token.children) > 1
AssertionError
Removing the table or adding in dummy data works
Link to your repository or website
No response
Steps to reproduce
Running the build in a docker image and current versions of packages avail.
FROM sphinxdoc/sphinx:4.1.2
RUN python3 -m pip install sphinx_rtd_theme
RUN python3 -m pip install sphinxcontrib-confluencebuilder sphinx_git myst-parser
The version of Python you're using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the problem
When using an empty table like this
I get this error
Removing the table or adding in dummy data works
Link to your repository or website
No response
Steps to reproduce
Running the build in a docker image and current versions of packages avail.
The version of Python you're using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: