DOC Fix Sphinx latex build error (#1877)

This commit is contained in:
Gyeongjae Choi 2021-10-07 23:11:56 +09:00 committed by GitHub
parent d7fc853091
commit e37997aca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ def get_packages_summary_directive(app):
self, packages: Dict[str, Any], columns: Tuple[str] self, packages: Dict[str, Any], columns: Tuple[str]
) -> List[Any]: ) -> List[Any]:
table_spec = addnodes.tabular_col_spec() table_spec = addnodes.tabular_col_spec()
table_spec["spec"] = r"\X{1}{2}\X{1}{2}"
table = nodes.table("", classes=["longtable"]) table = nodes.table("", classes=["longtable"])