@@ -60,7 +60,7 @@ def __getattr__(cls, name):
6060
6161numpydoc_show_class_members = False
6262numpydoc_class_members_toctree = False
63- issues_github_path = 'alimanfoo /zarr'
63+ issues_github_path = 'zarr-developers /zarr'
6464
6565# Add any paths that contain templates here, relative to this directory.
6666templates_path = ['_templates' ]
@@ -78,8 +78,8 @@ def __getattr__(cls, name):
7878
7979# General information about the project.
8080project = 'zarr'
81- copyright = '2016, Alistair Miles '
82- author = 'Alistair Miles '
81+ copyright = '2018, Zarr Developers '
82+ author = 'Zarr Developers '
8383
8484# The version info for the project you're documenting, acts as replacement for
8585# |version| and |release|, also used in various other places throughout the
@@ -258,7 +258,7 @@ def __getattr__(cls, name):
258258# author, documentclass [howto, manual, or own class]).
259259latex_documents = [
260260 (master_doc , 'zarr.tex' , 'zarr Documentation' ,
261- 'Alistair Miles ' , 'manual' ),
261+ 'Zarr Developers ' , 'manual' ),
262262]
263263
264264# The name of an image file (relative to this directory) to place at the top of
0 commit comments