We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ac318 commit 876349bCopy full SHA for 876349b
1 file changed
{{cookiecutter.project_name}}/.readthedocs.yaml
@@ -1,16 +1,14 @@
1
# https://docs.readthedocs.io/en/stable/config-file/v2.html
2
version: 2
3
build:
4
- os: ubuntu-20.04
5
- tools:
6
- python: "3.10"
7
-sphinx:
8
- configuration: docs/conf.py
9
- # disable this for more lenient docs builds
10
- fail_on_warning: true
11
-python:
12
- install:
13
- - method: pip
14
- path: .
15
- extra_requirements:
16
- - doc
+ os: ubuntu-24.04
+ # tools:
+ # python: "3.10"
+ jobs:
+ create_environment:
+ - asdf plugin add uv
+ - asdf install uv latest
+ - asdf global uv latest
+ build:
+ html:
+ - uvx hatch run docs:build
0 commit comments