File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,18 @@ version: 2
88build :
99 os : ubuntu-22.04
1010 tools :
11- python : " 3.9 "
11+ python : " 3.11 "
1212
1313# Build documentation in the docs/ directory with Sphinx
1414sphinx :
1515 configuration : docs/conf.py
1616
17- # Optionally declare the Python requirements required to build your docs
17+ # Optional but recommended, declare the Python requirements required
18+ # to build your documentation
19+ # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
1820python :
19- install :
20- - requirements : docs/requirements.txt
21+ install :
22+ - requirements : docs/requirements.txt
23+ # Install our python package before building the docs
24+ - method : pip
25+ path : .
Original file line number Diff line number Diff line change 11myst-parser
22sphinx_rtd_theme >= 3
3+ torch
You can’t perform that action at this time.
0 commit comments