summaryrefslogtreecommitdiff
path: root/tests/roots/test-maxlistdepth/conf.py
blob: 5a43b67bfb27f0a86ee7c281399459225b1fe965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-

master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']

latex_documents = [
              ('index', 'SphinxTests.tex', 'Testing maxlistdepth=10',
               'Georg Brandl', 'howto'),
          ]

latex_elements = {
    'maxlistdepth': '10',
}