We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bf1c3 commit 8186f43Copy full SHA for 8186f43
docs/conf.py
@@ -32,7 +32,7 @@
32
33
project = 'pystac'
34
copyright = '2019, Azavea'
35
-author = 'Azavea'
+author = 'stac-utils'
36
37
# The short X.Y version
38
version = __version__
@@ -60,7 +60,7 @@
60
]
61
62
extlinks = {
63
- 'tutorial': ('https://github.com/azavea/pystac/'
+ 'tutorial': ('https://github.com/stac-utils/pystac/'
64
'tree/{}/docs/tutorials/%s'.format(git_branch), 'tutorial'),
65
'stac-spec': ('https://github.com/radiantearth/stac-spec/tree/'
66
'v{}/%s'.format(STACVersion.DEFAULT_STAC_VERSION), 'path'),
@@ -162,7 +162,7 @@
162
# author, documentclass [howto, manual, or own class]).
163
latex_documents = [
164
(master_doc, 'pystac.tex', 'pystac Documentation',
165
- 'Azavea', 'manual'),
+ 'stac-utils', 'manual'),
166
167
168
0 commit comments