@@ -60,7 +60,7 @@ def __getattr__(cls, name):
60
60
61
61
numpydoc_show_class_members = False
62
62
numpydoc_class_members_toctree = False
63
- issues_github_path = 'alimanfoo /zarr'
63
+ issues_github_path = 'zarr-developers /zarr'
64
64
65
65
# Add any paths that contain templates here, relative to this directory.
66
66
templates_path = ['_templates' ]
@@ -78,8 +78,8 @@ def __getattr__(cls, name):
78
78
79
79
# General information about the project.
80
80
project = 'zarr'
81
- copyright = '2016, Alistair Miles '
82
- author = 'Alistair Miles '
81
+ copyright = '2018, Zarr Developers '
82
+ author = 'Zarr Developers '
83
83
84
84
# The version info for the project you're documenting, acts as replacement for
85
85
# |version| and |release|, also used in various other places throughout the
@@ -258,7 +258,7 @@ def __getattr__(cls, name):
258
258
# author, documentclass [howto, manual, or own class]).
259
259
latex_documents = [
260
260
(master_doc , 'zarr.tex' , 'zarr Documentation' ,
261
- 'Alistair Miles ' , 'manual' ),
261
+ 'Zarr Developers ' , 'manual' ),
262
262
]
263
263
264
264
# The name of an image file (relative to this directory) to place at the top of
0 commit comments