Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 186214d

Browse files
committed
Remove separate PDF documents builds config
1 parent 62575d5 commit 186214d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@
7676
latex_engine = "xelatex"
7777
latex_documents = [
7878
(master_doc, latex_doc, project, authors, "manual", False),
79-
("appx/software_list", "Software.tex", project, authors, "howto", False),
80-
("appx/code_edit", "IDE.tex", project, authors, "howto", False),
81-
("appx/blog/spec", "DjangoBlog.tex", project, authors, "howto", False),
82-
("appx/assignments", "CreatingPullRequest.tex",
83-
"Creating the Pull Request", authors, "howto", False),
79+
# TODO: add separate documents to build
8480
]
8581
latex_appendices = [
8682
# TODO: review appendices list

0 commit comments

Comments
 (0)