We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0a0c6 commit 92ca962Copy full SHA for 92ca962
2 files changed
.readthedocs.yml
@@ -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
+python:
7
+ install:
8
+ - method: pip
9
+ path: .
10
+ extra_requirements:
11
+ - docs
12
13
+build:
14
+ os: ubuntu-22.04
15
+ tools:
16
+ python: "3.12"
17
18
+sphinx:
19
+ configuration: docs/source/conf.py
pyproject.toml
@@ -71,6 +71,15 @@ test_parallel_backends = [
71
"joblib",
72
'ray >=2.40.0; python_version < "3.13"',
73
]
74
+docs = [
75
+ "myst-parser",
76
+ "numpydoc",
77
+ "pydata-sphinx-theme",
78
+ "Sphinx>=7.0.0,<9.0.0",
79
+ "sphinx-copybutton",
80
+ "sphinx-design",
81
+ "sphinx-issues",
82
+]
83
all_extras = [
84
"hyperactive[integrations]",
85
"optuna<5",
0 commit comments