We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a0958 commit 67d521eCopy full SHA for 67d521e
.readthedocs.yaml
@@ -1,15 +1,19 @@
1
version: 2
2
3
build:
4
- os: ubuntu-20.04
+ os: ubuntu-22.04
5
tools:
6
python: "3.10"
7
- commands:
8
- - pip install hatch
9
- - hatch run docs:rtd
10
11
sphinx:
12
configuration: docs/conf.py
13
fail_on_warning: true
14
15
formats: all
+
+python:
+ install:
16
+ - method: pip
17
+ path: .
18
+ extra_requirements:
19
+ - docs
pyproject.toml
@@ -136,8 +136,7 @@ list-env = "pip list"
136
features = ['docs']
137
138
[tool.hatch.envs.docs.scripts]
139
-build = "sphinx-build docs/ docs/_build/"
140
-rtd = "sphinx-build docs/ _readthedocs/html/"
+build = "cd docs && make html"
141
serve = "sphinx-autobuild docs docs/_build --ignore 'docs/_autoapi/**/*' --host 0.0.0.0"
142
143
[tool.ruff]
0 commit comments