Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upd docs #206

Merged
merged 7 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '.github/workflows/test.yml'
- 'src/**'
- 'tests/**'
- 'Makefile'
- 'requirements.test.txt'
pull_request:
Expand Down
5 changes: 0 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"myst_parser",
"sphinx.ext.napoleon",
"pallets_sphinx_themes",
"sphinxcontrib.autodoc_pydantic",
"notfound.extension",
)
myst_enable_extensions = ["deflist"]
Expand Down Expand Up @@ -95,7 +94,3 @@
autodoc_preserve_defaults = False
autodoc_member_order = "bysource"
autodoc_class_signature = "mixed"

# Pydantic
autodoc_pydantic_model_show_json = True
autodoc_pydantic_settings_show_json = False
1 change: 1 addition & 0 deletions docs/modules/gee-test/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ To import this module:

.. autoclass:: python3_anticaptcha.gee_test.GeeTest
:members:
:inherited-members:
1 change: 1 addition & 0 deletions docs/modules/image-to-coordinates/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ To import this module:

.. autoclass:: python3_anticaptcha.image_to_coordinates.ImageToCoordinates
:members:
:inherited-members:
1 change: 1 addition & 0 deletions docs/modules/image/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ To import this module:

.. autoclass:: python3_anticaptcha.image_to_text.ImageToText
:members:
:inherited-members:
1 change: 1 addition & 0 deletions docs/modules/recaptcha-v2/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ To import this module:

.. autoclass:: python3_anticaptcha.recaptcha_v2.ReCaptchaV2
:members:
:inherited-members:
1 change: 1 addition & 0 deletions docs/modules/recaptcha-v3/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ To import this module:

.. autoclass:: python3_anticaptcha.recaptcha_v3.ReCaptchaV3
:members:
:inherited-members:
3 changes: 2 additions & 1 deletion docs/modules/turnstile/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ To import this module:


.. autoclass:: python3_anticaptcha.turnstile.Turnstile
:members:
:members:
:inherited-members:
3 changes: 0 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
sphinx==8.1.3
pallets_sphinx_themes==2.3.0
myst-parser==4.0.0
autodoc_pydantic==2.2.0
pydantic==2.10.4
pydantic-settings==2.7.1
Loading