File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ formats : all
3+ sphinx :
4+ configuration : docs/conf.py
5+ fail_on_warning : true
6+
7+ build :
8+ os : ubuntu-20.04
9+ tools :
10+ # For available versions, see:
11+ # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
12+ python : " 3.12" # Keep in sync with .github/workflows/main.yml
13+
14+ python :
15+ install :
16+ - requirements : docs/requirements.txt
17+ - path : .
Original file line number Diff line number Diff line change 1+ Sphinx
2+ sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ commands =
3838[docs]
3939changedir = docs
4040deps =
41- Sphinx
42- sphinx_rtd_theme
41+ -rdocs/requirements.txt
4342
4443[testenv:docs]
4544changedir = {[docs]changedir}
You can’t perform that action at this time.
0 commit comments