File tree Expand file tree Collapse file tree 9 files changed +8
-9
lines changed
Expand file tree Collapse file tree 9 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 66 paths :
77 - ' .github/workflows/test.yml'
88 - ' src/**'
9+ - ' tests/**'
910 - ' Makefile'
1011 - ' requirements.test.txt'
1112 pull_request :
Original file line number Diff line number Diff line change 3737 "myst_parser" ,
3838 "sphinx.ext.napoleon" ,
3939 "pallets_sphinx_themes" ,
40- "sphinxcontrib.autodoc_pydantic" ,
4140 "notfound.extension" ,
4241)
4342myst_enable_extensions = ["deflist" ]
9594autodoc_preserve_defaults = False
9695autodoc_member_order = "bysource"
9796autodoc_class_signature = "mixed"
98-
99- # Pydantic
100- autodoc_pydantic_model_show_json = True
101- autodoc_pydantic_settings_show_json = False
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ To import this module:
1010
1111 .. autoclass :: python3_anticaptcha.gee_test.GeeTest
1212 :members:
13+ :inherited-members:
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ To import this module:
1010
1111 .. autoclass :: python3_anticaptcha.image_to_coordinates.ImageToCoordinates
1212 :members:
13+ :inherited-members:
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ To import this module:
1010
1111 .. autoclass :: python3_anticaptcha.image_to_text.ImageToText
1212 :members:
13+ :inherited-members:
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ To import this module:
1010
1111 .. autoclass :: python3_anticaptcha.recaptcha_v2.ReCaptchaV2
1212 :members:
13+ :inherited-members:
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ To import this module:
1010
1111 .. autoclass :: python3_anticaptcha.recaptcha_v3.ReCaptchaV3
1212 :members:
13+ :inherited-members:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11sphinx == 8.1.3
22pallets_sphinx_themes == 2.3.0
33myst-parser == 4.0.0
4- autodoc_pydantic == 2.2.0
5- pydantic == 2.10.4
6- pydantic-settings == 2.7.1
You can’t perform that action at this time.
0 commit comments