File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ def setup(app):
247
247
# author, documentclass [howto, manual, or own class]).
248
248
latex_documents = [
249
249
(main_doc , 'zarr.tex' , 'zarr Documentation' ,
250
- 'Zarr Developers' , 'manual' ),
250
+ author , 'manual' ),
251
251
]
252
252
253
253
# The name of an image file (relative to this directory) to place at the top of
@@ -311,8 +311,10 @@ def setup(app):
311
311
# Example configuration for intersphinx: refer to the Python standard library.
312
312
# use in refs e.g:
313
313
# :ref:`comparison manual <python:comparisons>`
314
- intersphinx_mapping = { 'python' :('https://docs.python.org/' , None ),
315
- 'numpy' : ('https://numpy.org/doc/stable/' , None )}
314
+ intersphinx_mapping = {
315
+ 'python' : ('https://docs.python.org/' , None ),
316
+ 'numpy' : ('https://numpy.org/doc/stable/' , None ),
317
+ }
316
318
317
319
318
320
# sphinx-copybutton configuration
You can’t perform that action at this time.
0 commit comments