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 128128rediraffe_redirects = "redirects.txt"
129129rediraffe_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-
165131intersphinx_mapping = {
166132 "py" : ("https://docs.python.org/" , None ),
167133 "pytest" : ("https://docs.pytest.org/en/stable/" , None ),
You can’t perform that action at this time.
0 commit comments