File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 28
28
29
29
# extlinks -- see http://www.sphinx-doc.org/en/stable/ext/extlinks.html
30
30
extlinks = {
31
- 'issue' : ('https://github.com/haskell/cabal/issues/%s' , '# ' ),
31
+ 'issue' : ('https://github.com/haskell/cabal/issues/%s' , 'issue #%s ' ),
32
32
33
- 'ghc-wiki' : ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s' , '' ),
34
- 'ghc-ticket' : ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s' , 'GHC # ' ),
33
+ 'ghc-wiki' : ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s' , '%s ' ),
34
+ 'ghc-ticket' : ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s' , 'GHC issue #%s ' ),
35
35
36
- 'hackage-pkg' : ('http://hackage.haskell.org/package/%s' , '' ),
36
+ 'hackage-pkg' : ('http://hackage.haskell.org/package/%s' , '%s ' ),
37
37
}
38
38
39
39
# General information about the project.
Original file line number Diff line number Diff line change 1
- sphinx >= 3.1
2
- sphinx_rtd_theme
1
+ sphinx >= 5
2
+ sphinx_rtd_theme >= 1
3
3
sphinx-jsonschema
4
4
# Pygments>=2.7.4 suggested by CVE-2021-20270 CVE-2021-27291
5
5
Pygments >= 2.7.4
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ idna==2.10
21
21
# via requests
22
22
imagesize == 1.2.0
23
23
# via sphinx
24
+ importlib-metadata == 4.11.4
25
+ # via sphinx
24
26
jinja2 == 2.11.3
25
27
# via sphinx
26
28
jsonpointer == 2.1
@@ -45,7 +47,7 @@ requests==2.26.0
45
47
# sphinx-jsonschema
46
48
snowballstemmer == 2.1.0
47
49
# via sphinx
48
- sphinx == 4.2.0
50
+ sphinx == 5.0.1
49
51
# via
50
52
# -r requirements.in
51
53
# sphinx-rtd-theme
@@ -67,6 +69,5 @@ sphinxcontrib-serializinghtml==1.1.5
67
69
# via sphinx
68
70
urllib3 == 1.26.7
69
71
# via requests
70
-
71
- # The following packages are considered to be unsafe in a requirements file:
72
- # setuptools
72
+ zipp == 3.8.0
73
+ # via importlib-metadata
You can’t perform that action at this time.
0 commit comments