Skip to content

Commit

Permalink
Document Sphinx option pdf_repeat_table_rows
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Jul 8, 2018
1 parent d7e6851 commit d6e267e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/manual.rst
Expand Up @@ -1783,6 +1783,9 @@ To use it in your existing sphinx project you need to do the following:
# Background images fitting mode
pdf_fit_background_mode = 'scale'

# Repeat table header on tables that cross a page boundary?
pdf_repeat_table_rows = True

3. (Maybe) add this in your Makefile (on unix-like systems):

.. code-block:: makefile
Expand Down
3 changes: 1 addition & 2 deletions rst2pdf/tests/input/sphinx-repeat-table-rows/conf.py
Expand Up @@ -227,6 +227,5 @@
pdf_verbosity=0
pdf_invariant = True


# If True, then the table header is repeated on tables that cross a page boundary
# Repeat table header on tables that cross a page boundary?
pdf_repeat_table_rows = True

0 comments on commit d6e267e

Please sign in to comment.