Skip to content

Commit f1e9d53

Browse files
committed
docs(conf): remove LaTeX, TeX, manpage config
1 parent c656c19 commit f1e9d53

File tree

1 file changed

+3
-38
lines changed

1 file changed

+3
-38
lines changed

docs/conf.py

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -130,50 +130,15 @@
130130
rediraffe_redirects = "redirects.txt"
131131
rediraffe_branch = "master~1"
132132

133-
htmlhelp_basename = f"{about['__title__']}doc"
134-
135-
latex_documents = [
136-
(
137-
"index",
138-
f"{about['__package_name__']}.tex",
139-
f"{about['__title__']} Documentation",
140-
about["__author__"],
141-
"manual",
142-
)
143-
]
144-
145-
man_pages = [
146-
(
147-
"index",
148-
about["__package_name__"],
149-
f"{about['__title__']} Documentation",
150-
about["__author__"],
151-
1,
152-
)
153-
]
154-
155-
texinfo_documents = [
156-
(
157-
"index",
158-
about["__package_name__"],
159-
f"{about['__title__']} Documentation",
160-
about["__author__"],
161-
about["__package_name__"],
162-
about["__description__"],
163-
"Miscellaneous",
164-
)
165-
]
133+
# aafig format, try to get working with pdf
134+
aafig_format = {"latex": "pdf", "html": "gif"}
135+
aafig_default_options = {"scale": 0.75, "aspect": 0.5, "proportional": True}
166136

167137
intersphinx_mapping = {
168138
"python": ("https://docs.python.org/", None),
169139
"libtmux": ("https://libtmux.git-pull.com/", None),
170140
}
171141

172-
# aafig format, try to get working with pdf
173-
aafig_format = {"latex": "pdf", "html": "gif"}
174-
175-
aafig_default_options = {"scale": 0.75, "aspect": 0.5, "proportional": True}
176-
177142

178143
def linkcode_resolve(domain: str, info: t.Dict[str, str]) -> t.Union[None, str]:
179144
"""

0 commit comments

Comments
 (0)