Skip to content

Commit 81ef055

Browse files
committed
clawdbot fix conf
1 parent 3c4d291 commit 81ef055

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/conf.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3737
# ones.
3838
extensions = [
39-
"sphinx_rtd_theme", 'button', 'cookieconsent',
40-
'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon',
39+
'sphinx_rtd_theme',
40+
'sphinx.ext.autodoc',
41+
'sphinx.ext.coverage',
42+
'sphinx.ext.napoleon',
4143
'enum_tools.autoenum',
4244

4345
]
@@ -67,11 +69,11 @@
6769
'github_banner': True,
6870
'github_button': True,
6971
'description': '''
70-
A wrapper to access Amazon's Selling Partner API with an easy-to-use interface.
72+
A wrapper to access Amazon's Advertising API with an easy-to-use interface.
7173
''',
72-
'donate_url': 'https://github.com/sponsors/saleweaver',
73-
'github_user': 'saleweaver',
74-
'github_repo': 'python-amazon-sp-api',
74+
'donate_url': 'https://github.com/sponsors/denisneuf',
75+
'github_user': 'denisneuf',
76+
'github_repo': 'python-amazon-ad-api',
7577
"github_type": "star", # watch|star|fork
7678
'fixed_sidebar': True
7779
}

0 commit comments

Comments
 (0)