diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
commit | 5ce9e5f343ca14f9875106f37f16ad498b294183 (patch) | |
tree | c7d0ed37234ba1d6d4e253bdbf866c63793edfc0 /docs/conf.py | |
parent | 313ac58f51c6ef92170647c4cc8626043f68a26b (diff) | |
download | external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.gz external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.bz2 external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.zip |
👹 Feed the hobgoblins (delint).
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7cc61bf7..918ca034 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,10 +64,10 @@ html_use_index = False # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, # documentclass [howto/manual]). -latex_documents = [ - ('index', 'Setuptools.tex', 'Setuptools Documentation', - 'The fellowship of the packaging', 'manual'), -] +latex_documents = [( + 'index', 'Setuptools.tex', 'Setuptools Documentation', + 'The fellowship of the packaging', 'manual', +)] link_files = { '../CHANGES.rst': dict( |