File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
3- "commit" : " e3ac318273adc2dae7e6b783e4e4c2cc73521d9e " ,
3+ "commit" : " 227bc29e72069d840d49a47edd322d6432eaf834 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3636 "trim_blocks" : true
3737 },
3838 "_template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
39- "_commit" : " e3ac318273adc2dae7e6b783e4e4c2cc73521d9e "
39+ "_commit" : " 227bc29e72069d840d49a47edd322d6432eaf834 "
4040 }
4141 },
4242 "directory" : null
Original file line number Diff line number Diff line change 11# https://docs.readthedocs.io/en/stable/config-file/v2.html
22version : 2
33build :
4- os : ubuntu-20 .04
4+ os : ubuntu-24 .04
55 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
6+ python : " 3.12"
7+ jobs :
8+ create_environment :
9+ - asdf plugin add uv
10+ - asdf install uv latest
11+ - asdf global uv latest
12+ build :
13+ html :
14+ - uvx hatch run docs:build
15+ - mv docs/_build $READTHEDOCS_OUTPUT
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ optional-dependencies.doc = [
3939 " pandas" ,
4040 # Until pybtex >0.24.0 releases: https://bitbucket.org/pybtex-devs/pybtex/issues/169/
4141 " setuptools" ,
42- " sphinx>=4 " ,
42+ " sphinx>=8.1 " ,
4343 " sphinx-autodoc-typehints" ,
4444 " sphinx-book-theme>=1" ,
4545 " sphinx-copybutton" ,
@@ -62,7 +62,7 @@ features = [ "dev" ]
6262
6363[tool .hatch .envs .docs ]
6464features = [ " doc" ]
65- scripts.build = " sphinx-build -M html docs docs/_build {args}"
65+ scripts.build = " sphinx-build -M html docs docs/_build -W {args}"
6666scripts.open = " python -m webbrowser -t docs/_build/html/index.html"
6767scripts.clean = " git clean -fdX -- {args:docs}"
6868
You can’t perform that action at this time.
0 commit comments