mirror of https://github.com/pyodide/pyodide.git
DOC Fix Sphinx latex build error (#1877)
This commit is contained in:
parent
d7fc853091
commit
e37997aca8
|
@ -65,6 +65,7 @@ def get_packages_summary_directive(app):
|
|||
self, packages: Dict[str, Any], columns: Tuple[str]
|
||||
) -> List[Any]:
|
||||
table_spec = addnodes.tabular_col_spec()
|
||||
table_spec["spec"] = r"\X{1}{2}\X{1}{2}"
|
||||
|
||||
table = nodes.table("", classes=["longtable"])
|
||||
|
||||
|
|
Loading…
Reference in New Issue