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 1
1
version : 2
2
2
3
3
build :
4
- os : ubuntu-20 .04
4
+ os : ubuntu-22 .04
5
5
tools :
6
6
python : " 3.10"
7
- commands :
8
- - pip install hatch
9
- - hatch run docs:rtd
10
7
11
8
sphinx :
12
9
configuration : docs/conf.py
13
10
fail_on_warning : true
14
11
15
12
formats : 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"
136
136
features = [' docs' ]
137
137
138
138
[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"
141
140
serve = " sphinx-autobuild docs docs/_build --ignore 'docs/_autoapi/**/*' --host 0.0.0.0"
142
141
143
142
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments