Skip to content

Commit 5bd4228

Browse files
committed
changed docs
1 parent 1092d00 commit 5bd4228

File tree

3 files changed

+9
-27
lines changed

3 files changed

+9
-27
lines changed

docs/index.rst

+2-26
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,2 @@
1-
.. PYTHON-AMAZON-SP-API documentation master file, created by
2-
sphinx-quickstart on Thu Jan 28 17:29:02 2021.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
6-
Welcome to PYTHON-AMAZON-SP-API's documentation!
7-
================================================
8-
9-
.. toctree::
10-
:maxdepth: 2
11-
12-
installation
13-
credentials
14-
client_usage
15-
endpoints
16-
responses
17-
exceptions
18-
utils
19-
testing
20-
21-
22-
Indices and tables
23-
==================
24-
* :ref:`genindex`
25-
* :ref:`modindex`
26-
* :ref:`search`
1+
.. meta::
2+
:http-equiv=Refresh: 0; url='https://sp-api-docs.saleweaver.com/'

docs/requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
sphinx
22
sphinx-rtd-theme
3+
4+
5+
6+
7+
8+
sphinx-book-theme

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='python-amazon-sp-api',
5-
version='0.8.4',
5+
version='0.8.5',
66
install_requires=[
77
"requests",
88
"six>=1.15,<2",

0 commit comments

Comments
 (0)