Skip to content

Commit ae2cfbe

Browse files
committed
docs(conf): remove LaTeX, TeX, manpage config
1 parent 76a17c2 commit ae2cfbe

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
@@ -128,40 +128,6 @@
128128
rediraffe_redirects = "redirects.txt"
129129
rediraffe_branch = "master~1"
130130

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

0 commit comments

Comments
 (0)