Skip to content

Commit 31c2394

Browse files
committed
docs(conf): remove LaTeX, TeX, manpage config
1 parent eec3e8a commit 31c2394

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

docs/conf.py

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -137,40 +137,6 @@
137137
ogp_image = "_static/img/icons/icon-192x192.png"
138138
ogp_site_name = about["__title__"]
139139

140-
htmlhelp_basename = f"{about['__title__']}doc"
141-
142-
latex_documents = [
143-
(
144-
"index",
145-
f"{about['__package_name__']}.tex",
146-
f"{about['__title__']} Documentation",
147-
about["__author__"],
148-
"manual",
149-
)
150-
]
151-
152-
man_pages = [
153-
(
154-
"index",
155-
about["__package_name__"],
156-
f"{about['__title__']} Documentation",
157-
about["__author__"],
158-
1,
159-
)
160-
]
161-
162-
texinfo_documents = [
163-
(
164-
"index",
165-
about["__package_name__"],
166-
f"{about['__title__']} Documentation",
167-
about["__author__"],
168-
about["__package_name__"],
169-
about["__description__"],
170-
"Miscellaneous",
171-
)
172-
]
173-
174140
intersphinx_mapping = {
175141
"py": ("https://docs.python.org/", None),
176142
"libvcs": ("http://libvcs.git-pull.com/", None),

0 commit comments

Comments
 (0)