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 124124ogp_image = "_static/img/icons/icon-192x192.png"
125125ogp_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-
161127intersphinx_mapping = {
162128 "" : ("https://docs.python.org/" , None ),
163129 "pytest" : ("https://docs.pytest.org/en/stable/" , None ),
You can’t perform that action at this time.
0 commit comments