File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11version : 2
22
33build :
4- os : ubuntu-20 .04
4+ os : ubuntu-22 .04
55 tools :
66 python : " 3.10"
7- commands :
8- - pip install hatch
9- - hatch run docs:rtd
107
118sphinx :
129 configuration : docs/conf.py
1310 fail_on_warning : true
1411
1512formats : all
13+
14+ python :
15+ install :
16+ - method : pip
17+ path : .
18+ extra_requirements :
19+ - docs
Original file line number Diff line number Diff line change @@ -136,8 +136,7 @@ list-env = "pip list"
136136features = [' docs' ]
137137
138138[tool .hatch .envs .docs .scripts ]
139- build = " sphinx-build docs/ docs/_build/"
140- rtd = " sphinx-build docs/ _readthedocs/html/"
139+ build = " cd docs && make html"
141140serve = " sphinx-autobuild docs docs/_build --ignore 'docs/_autoapi/**/*' --host 0.0.0.0"
142141
143142[tool .ruff ]
You can’t perform that action at this time.
0 commit comments