Skip to content

Commit 8359639

Browse files
committed
Update docutils writer and add environment.yml to pin versions
1 parent d20a5d9 commit 8359639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publisher/writer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def depart_table(self, node):
392392

393393
self.out.append(r'\end{%s}' % self.table_type)
394394
self.active_table.set('preamble written', 1)
395-
self.active_table.set_table_style('booktabs')
395+
self.active_table.set_table_style('booktabs', 'booktabs')
396396

397397
def visit_thead(self, node):
398398
# Store table caption locally and then remove it

0 commit comments

Comments
 (0)