File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -165,16 +165,12 @@ texinfo_documents = [
165
165
author, '{{ project_fn }}', 'One line description of project.',
166
166
'Miscellaneous'),
167
167
]
168
- {%- if epub %}
169
168
170
169
171
170
# -- Options for Epub output -------------------------------------------------
172
171
173
172
# Bibliographic Dublin Core info.
174
173
epub_title = project
175
- epub_author = author
176
- epub_publisher = author
177
- epub_copyright = copyright
178
174
179
175
# The unique identifier of the text. This can be a ISBN number
180
176
# or the project homepage.
@@ -187,7 +183,6 @@ epub_copyright = copyright
187
183
188
184
# A list of files that should not be packed into the epub file.
189
185
epub_exclude_files = ['search.html']
190
- {%- endif %}
191
186
{%- if extensions %}
192
187
193
188
You can’t perform that action at this time.
0 commit comments