File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 3636# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3737# ones.
3838extensions = [
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]
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}
You can’t perform that action at this time.
0 commit comments