File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 3636 echo "__version__ = '$version'" | tee trakt/__version__.py
3737 python -c "from trakt import __version__; print(__version__)"
3838
39- # Install deps and build docs
40- pip install -r requirements.txt
41- sudo apt install sphinx
39+ # Install deps
40+ python -m pip install --upgrade pip
41+ python -m pip install -r requirements.txt
42+ python -m pip install 'sphinx>=7.1.0'
43+
44+ # Build docs
4245 make docs
4346
4447# vim:ts=2:sw=2:et
Original file line number Diff line number Diff line change 5050 cat trakt/__version__.py
5151 python -c "from trakt import __version__; print(__version__)"
5252
53- # Install deps and build docs
54- pip install -r requirements.txt
55- sudo apt install sphinx
53+ # Install deps
54+ python -m pip install --upgrade pip
55+ python -m pip install -r requirements.txt
56+ python -m pip install 'sphinx>=7.1.0'
57+
58+ # Build docs
5659 make docs
5760
5861 - name : Setup Pages
You can’t perform that action at this time.
0 commit comments