12 Star 0 Fork 26

src-openEuler/babel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
babel-fix-build-with-sphinx-8.patch 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2024-12-09 18:31 . 2.16.0
From a66ebfadc62b802cabebe36201b98593dff4cd80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= <[email protected]>
Date: Wed, 20 Nov 2024 10:33:40 +0100
Subject: [PATCH] Adjust docs/conf.py to add compatibility with sphinx 8
Fixes: #1143
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 08ff9a056..c4cf5cd16 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -252,7 +252,7 @@
#texinfo_show_urls = 'footnote'
intersphinx_mapping = {
- 'https://docs.python.org/3/': None,
+ 'python': ('https://docs.python.org/3/', None)
}
extlinks = {
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/babel.git
[email protected]:src-openeuler/babel.git
src-openeuler
babel
babel
master

搜索帮助