We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26efc15 + 0b8381e commit 9426e99Copy full SHA for 9426e99
2 files changed
.readthedocs.yaml
@@ -0,0 +1,19 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+version: 2
5
6
+build:
7
+ os: ubuntu-24.04
8
+ tools:
9
+ python: "3.12"
10
11
+sphinx:
12
+ configuration: docs/conf.py
13
14
+python:
15
+ install:
16
+ - method: pip
17
+ path: .
18
+ extra_requirements:
19
+ - docs
pyproject.toml
@@ -29,7 +29,7 @@ Homepage = "https://github.com/ad-m/python-anticaptcha"
29
[project.optional-dependencies]
30
async = ["httpx>=0.24"]
31
tests = ["pytest", "retry", "selenium"]
32
-docs = ["sphinx"]
+docs = ["sphinx", "sphinx-rtd-theme"]
33
34
[tool.setuptools.package-data]
35
python_anticaptcha = ["py.typed"]
0 commit comments