Skip to content

Commit 97725d1

Browse files
committed
Merge tag '2.0.x' into 2.1.x
last 2.0.x maintenance
2 parents 056633e + 7ee787e commit 97725d1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
build:
3-
os: ubuntu-20.04
3+
os: ubuntu-24.04
44
tools:
5-
python: "3.10"
5+
python: '3.12'
66
python:
77
install:
88
- requirements: requirements/docs.txt

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@
1313
master_doc = "index"
1414
extensions = [
1515
"sphinx.ext.autodoc",
16+
"sphinx.ext.extlinks",
1617
"sphinx.ext.intersphinx",
1718
"pallets_sphinx_themes",
1819
"sphinxcontrib.log_cabinet",
19-
"sphinx_issues",
2020
]
2121
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+
}
2226
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
23-
issues_github_path = "pallets/markupsafe"
2427

2528
# HTML -----------------------------------------------------------------
2629

requirements/docs.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pallets-sphinx-themes
22
sphinx
3-
sphinx-issues
43
sphinxcontrib-log-cabinet

0 commit comments

Comments
 (0)