File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,20 @@ version: 2
4
4
formats : all
5
5
6
6
build :
7
- image : latest
7
+ os : ubuntu-22.04
8
+ tools :
9
+ python : " 3.8"
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
8
15
9
16
python :
10
- version : 3.8
11
17
install :
12
18
- method : pip
13
19
path : .
14
20
extra_requirements :
15
21
- docs
22
+ # to autodoc jirashell
23
+ - cli
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ decorator==5.1.1
37
37
# via ipython
38
38
defusedxml==0.7.1
39
39
# via jira (setup.cfg)
40
- docutils==0.18 .1
40
+ docutils==0.17 .1
41
41
# via
42
42
# jira (setup.cfg)
43
43
# sphinx
@@ -175,7 +175,7 @@ six==1.16.0
175
175
# requests-mock
176
176
snowballstemmer==2.2.0
177
177
# via sphinx
178
- sphinx==5.0.2
178
+ sphinx==5.1.1
179
179
# via
180
180
# jira (setup.cfg)
181
181
# sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments