Skip to content

Commit 203c14a

Browse files
committed
docs(conf): remove LaTeX, TeX, manpage config
1 parent 4cfcc25 commit 203c14a

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
@@ -124,40 +124,6 @@
124124
ogp_image = "_static/img/icons/icon-192x192.png"
125125
ogp_site_name = about["__title__"]
126126

127-
htmlhelp_basename = f"{about['__title__']}doc"
128-
129-
latex_documents = [
130-
(
131-
"index",
132-
f"{about['__package_name__']}.tex",
133-
f"{about['__title__']} Documentation",
134-
about["__author__"],
135-
"manual",
136-
)
137-
]
138-
139-
man_pages = [
140-
(
141-
"index",
142-
about["__package_name__"],
143-
f"{about['__title__']} Documentation",
144-
about["__author__"],
145-
1,
146-
)
147-
]
148-
149-
texinfo_documents = [
150-
(
151-
"index",
152-
about["__package_name__"],
153-
f"{about['__title__']} Documentation",
154-
about["__author__"],
155-
about["__package_name__"],
156-
about["__description__"],
157-
"Miscellaneous",
158-
)
159-
]
160-
161127
intersphinx_mapping = {
162128
"": ("https://docs.python.org/", None),
163129
"pytest": ("https://docs.pytest.org/en/stable/", None),

0 commit comments

Comments
 (0)