Skip to content

Commit 8186f43

Browse files
committed
Update author to stac-utils in docs config
1 parent f6bf1c3 commit 8186f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
project = 'pystac'
3434
copyright = '2019, Azavea'
35-
author = 'Azavea'
35+
author = 'stac-utils'
3636

3737
# The short X.Y version
3838
version = __version__
@@ -60,7 +60,7 @@
6060
]
6161

6262
extlinks = {
63-
'tutorial': ('https://github.com/azavea/pystac/'
63+
'tutorial': ('https://github.com/stac-utils/pystac/'
6464
'tree/{}/docs/tutorials/%s'.format(git_branch), 'tutorial'),
6565
'stac-spec': ('https://github.com/radiantearth/stac-spec/tree/'
6666
'v{}/%s'.format(STACVersion.DEFAULT_STAC_VERSION), 'path'),
@@ -162,7 +162,7 @@
162162
# author, documentclass [howto, manual, or own class]).
163163
latex_documents = [
164164
(master_doc, 'pystac.tex', 'pystac Documentation',
165-
'Azavea', 'manual'),
165+
'stac-utils', 'manual'),
166166
]
167167

168168

0 commit comments

Comments
 (0)