|
130 | 130 | rediraffe_redirects = "redirects.txt" |
131 | 131 | rediraffe_branch = "master~1" |
132 | 132 |
|
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} |
166 | 136 |
|
167 | 137 | intersphinx_mapping = { |
168 | 138 | "python": ("https://docs.python.org/", None), |
169 | 139 | "libtmux": ("https://libtmux.git-pull.com/", None), |
170 | 140 | } |
171 | 141 |
|
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 | | - |
177 | 142 |
|
178 | 143 | def linkcode_resolve(domain: str, info: t.Dict[str, str]) -> t.Union[None, str]: |
179 | 144 | """ |
|
0 commit comments