Skip to content

Commit

Permalink
Add author 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 d269229 commit 0b122d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
version = ''
release = ''
copyright = '2014, 2015 Chris Lamb'
author = 'lamby'

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
html_title = "%s documentation" % project
Expand All @@ -20,6 +21,6 @@
exclude_trees = ['_build']
templates_path = ['_templates']
latex_documents = [
('index', '%s.tex' % project, html_title, 'manual', True),
('index', '%s.tex' % project, html_title, author, 'manual', True),
]
intersphinx_mapping = {'http://docs.python.org/': None}

0 comments on commit 0b122d1

Please sign in to comment.