Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 43c1141

Browse files
Merge pull request #101 from RaaLabs/update-docs
Update docs
2 parents 3f2b7fc + 5079fec commit 43c1141

10 files changed

+5
-12
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ sphinx:
1717

1818
# We recommend specifying your dependencies to enable reproducible builds:
1919
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
20+
python:
21+
install:
22+
- requirements: requirements.txt

docs/source/_autogen/TSIClient.authorization.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ TSIClient.authorization.authorization\_api module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
1615
Module contents
1716
---------------
1817

docs/source/_autogen/TSIClient.common.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ TSIClient.common.common\_funcs module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
1615
Module contents
1716
---------------
1817

docs/source/_autogen/TSIClient.environment.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ TSIClient.environment.environment\_api module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
1615
Module contents
1716
---------------
1817

docs/source/_autogen/TSIClient.hierarchies.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ TSIClient.hierarchies.hierarchies\_api module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
1615
Module contents
1716
---------------
1817

docs/source/_autogen/TSIClient.instances.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ TSIClient.instances.instances\_api module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
1615
Module contents
1716
---------------
1817

docs/source/_autogen/TSIClient.query.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ TSIClient.query.query\_api module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
1615
Module contents
1716
---------------
1817

docs/source/_autogen/TSIClient.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Subpackages
55
-----------
66

77
.. toctree::
8+
:maxdepth: 4
89

910
TSIClient.authorization
1011
TSIClient.common
@@ -33,7 +34,6 @@ TSIClient.exceptions module
3334
:undoc-members:
3435
:show-inheritance:
3536

36-
3737
Module contents
3838
---------------
3939

docs/source/_autogen/TSIClient.types.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ TSIClient.types.types\_api module
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
1615
Module contents
1716
---------------
1817

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pytest-cov==4.1.0
77
pytest-mock==3.5.1
88
requests==2.26.0
99
requests-mock==1.7.0
10-
Sphinx==7.2.2
10+
Sphinx==6.2.1
1111
sphinxcontrib-serializinghtml==1.1.9

0 commit comments

Comments
 (0)