File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
build :
3
- os : ubuntu-20 .04
3
+ os : ubuntu-24 .04
4
4
tools :
5
- python : " 3.10 "
5
+ python : ' 3.12 '
6
6
python :
7
7
install :
8
8
- requirements : requirements/docs.txt
Original file line number Diff line number Diff line change 13
13
master_doc = "index"
14
14
extensions = [
15
15
"sphinx.ext.autodoc" ,
16
+ "sphinx.ext.extlinks" ,
16
17
"sphinx.ext.intersphinx" ,
17
18
"pallets_sphinx_themes" ,
18
19
"sphinxcontrib.log_cabinet" ,
19
- "sphinx_issues" ,
20
20
]
21
21
autodoc_typehints = "description"
22
+ extlinks = {
23
+ "issue" : ("https://github.com/pallets/markupsafe/issues/%s" , "#%s" ),
24
+ "pr" : ("https://github.com/pallets/markupsafe/pull/%s" , "#%s" ),
25
+ }
22
26
intersphinx_mapping = {"python" : ("https://docs.python.org/3/" , None )}
23
- issues_github_path = "pallets/markupsafe"
24
27
25
28
# HTML -----------------------------------------------------------------
26
29
Original file line number Diff line number Diff line change 1
1
pallets-sphinx-themes
2
2
sphinx
3
- sphinx-issues
4
3
sphinxcontrib-log-cabinet
You can’t perform that action at this time.
0 commit comments