Skip to content

Commit eef159a

Browse files
authored
Merge pull request #206 from AndreiDrang/main
Upd docs
2 parents c0006ff + c20b958 commit eef159a

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- '.github/workflows/test.yml'
88
- 'src/**'
9+
- 'tests/**'
910
- 'Makefile'
1011
- 'requirements.test.txt'
1112
pull_request:

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"myst_parser",
3838
"sphinx.ext.napoleon",
3939
"pallets_sphinx_themes",
40-
"sphinxcontrib.autodoc_pydantic",
4140
"notfound.extension",
4241
)
4342
myst_enable_extensions = ["deflist"]
@@ -95,7 +94,3 @@
9594
autodoc_preserve_defaults = False
9695
autodoc_member_order = "bysource"
9796
autodoc_class_signature = "mixed"
98-
99-
# Pydantic
100-
autodoc_pydantic_model_show_json = True
101-
autodoc_pydantic_settings_show_json = False

docs/modules/gee-test/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ To import this module:
1010
1111
.. autoclass:: python3_anticaptcha.gee_test.GeeTest
1212
:members:
13+
:inherited-members:

docs/modules/image-to-coordinates/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ To import this module:
1010
1111
.. autoclass:: python3_anticaptcha.image_to_coordinates.ImageToCoordinates
1212
:members:
13+
:inherited-members:

docs/modules/image/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ To import this module:
1010
1111
.. autoclass:: python3_anticaptcha.image_to_text.ImageToText
1212
:members:
13+
:inherited-members:

docs/modules/recaptcha-v2/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ To import this module:
1010
1111
.. autoclass:: python3_anticaptcha.recaptcha_v2.ReCaptchaV2
1212
:members:
13+
:inherited-members:

docs/modules/recaptcha-v3/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ To import this module:
1010
1111
.. autoclass:: python3_anticaptcha.recaptcha_v3.ReCaptchaV3
1212
:members:
13+
:inherited-members:

docs/modules/turnstile/example.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ To import this module:
99
1010
1111
.. autoclass:: python3_anticaptcha.turnstile.Turnstile
12-
:members:
12+
:members:
13+
:inherited-members:

docs/requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
sphinx==8.1.3
22
pallets_sphinx_themes==2.3.0
33
myst-parser==4.0.0
4-
autodoc_pydantic==2.2.0
5-
pydantic==2.10.4
6-
pydantic-settings==2.7.1

0 commit comments

Comments
 (0)