Skip to content

Commit 6d20ad1

Browse files
Added configs
1 parent 9184e86 commit 6d20ad1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ build:
1414
sphinx:
1515
configuration: docs/conf.py
1616

17+
formats:
18+
- pdf
19+
- epub
20+
1721
# Optionally, but recommended,
1822
# declare the Python requirements required to build your documentation
1923
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
# author, documentclass [howto, manual, or own class]).
132132
latex_documents = [
133133
(master_doc, 'Python-TDD.tex', 'Python-TDD Documentation',
134-
'Akhmetov Anuar', 'manual'),
134+
'Carrington Muleya', 'manual'),
135135
]
136136

137137

0 commit comments

Comments
 (0)