Skip to content

Commit 0975053

Browse files
ssbarneastudioj
andauthored
More RTD maintenance (#1733)
* More RTD maintenance * fix: add kerberos apt package --------- Co-authored-by: studioj <[email protected]>
1 parent caf379b commit 0975053

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.readthedocs.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ build:
77
os: ubuntu-22.04
88
tools:
99
python: "3.11"
10-
jobs:
11-
# Work-around to actually constrain dependencies
12-
# https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094978683
13-
post_install:
14-
- python -m pip install --upgrade --upgrade-strategy eager --no-cache-dir .[docs,cli] -c constraints.txt
10+
apt_packages:
11+
- libkrb5-dev
1512

1613
python:
1714
install:
18-
- method: pip
19-
path: .
15+
- requirements: constraints.txt
16+
- path: .
2017
extra_requirements:
2118
- docs
2219
# to autodoc jirashell

0 commit comments

Comments
 (0)