Skip to content

Commit 8ef6e4a

Browse files
authored
Merge pull request #6739 from readthedocs/agj/docs-tos-pdf
Add TOS PDF output
2 parents 9d44e5c + 8fce2bf commit 8ef6e4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def get_version():
6262
latex_documents = [
6363
('index', 'ReadTheDocs.tex', u'Read the Docs Documentation',
6464
u'Eric Holscher, Charlie Leifer, Bobby Grace', 'manual'),
65+
('terms-of-service', 'readthedocs-tos.tex', u'Read the Docs - Terms of Service',
66+
u'Read the Docs, Inc', 'manual'),
6567
]
6668
man_pages = [
6769
('index', 'read-the-docs', u'Read the Docs Documentation',

0 commit comments

Comments
 (0)