Skip to content

Commit

Permalink
DOC Fix Sphinx latex build error (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Oct 7, 2021
1 parent d7fc853 commit e37997a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx_pyodide/sphinx_pyodide/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def format_packages_table(
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"])

Expand Down

0 comments on commit e37997a

Please sign in to comment.