Skip to content

Commit

Permalink
Add toctree_only to latex_documents to fix sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBarendse authored and lamby committed Sep 10, 2017
1 parent f38cae3 commit d269229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
exclude_trees = ['_build']
templates_path = ['_templates']
latex_documents = [
('index', '%s.tex' % project, html_title, 'manual'),
('index', '%s.tex' % project, html_title, 'manual', True),
]
intersphinx_mapping = {'http://docs.python.org/': None}

0 comments on commit d269229

Please sign in to comment.