File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33version : 2
44
55build :
6- os : ubuntu-20 .04
6+ os : ubuntu-22 .04
77 tools :
8- python : " 3.9"
9-
8+ python : " 3.11"
9+ jobs :
10+ pre_build :
11+ # Replace any Babel version something may have pulled in
12+ # with the copy we're working on. We'll also need to build
13+ # the data files at that point, or date formatting _within_
14+ # Sphinx will fail.
15+ - pip install -e .
16+ - make import-cldr
1017sphinx :
1118 configuration : docs/conf.py
1219
Original file line number Diff line number Diff line change 251251#texinfo_show_urls = 'footnote'
252252
253253intersphinx_mapping = {
254- 'https://docs.python.org/2 /' : None ,
254+ 'https://docs.python.org/3 /' : None ,
255255}
256256
257257extlinks = {
258- 'gh' : ('https://github.com/python-babel/babel/issues/%s' , '#' ),
259- 'trac' : ('http://babel.edgewall.org/ticket/%s' , 'ticket #' ),
258+ 'gh' : ('https://github.com/python-babel/babel/issues/%s' , '#%s ' ),
259+ 'trac' : ('http://babel.edgewall.org/ticket/%s' , 'ticket #%s ' ),
260260}
Original file line number Diff line number Diff line change 1- Sphinx ~= 4.4 .0
1+ Sphinx ~= 5.3 .0
You can’t perform that action at this time.
0 commit comments