File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 137
137
ogp_image = "_static/img/icons/icon-192x192.png"
138
138
ogp_site_name = about ["__title__" ]
139
139
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
-
174
140
intersphinx_mapping = {
175
141
"py" : ("https://docs.python.org/" , None ),
176
142
"libvcs" : ("http://libvcs.git-pull.com/" , None ),
You can’t perform that action at this time.
0 commit comments