generated from deepin-community/template-repository-main
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6089ffd
commit e63a449
Showing
112 changed files
with
2,306 additions
and
5,276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ version: 2 | |
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
python: "3.12" | ||
|
||
python: | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
debian-branch = debian/master | ||
upstream-branch = upstream/latest | ||
pristine-tar = True | ||
|
||
[pq] | ||
patch-numbers = False |
25 changes: 25 additions & 0 deletions
25
debian/patches/docs-conf.py-Use-sphinx_rtd_theme-instead.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From: Carsten Schoenert <c.schoenert@t-online.de> | ||
Date: Mon, 12 Feb 2024 09:39:42 +0100 | ||
Subject: docs/conf.py: Use sphinx_rtd_theme instead | ||
|
||
The used theme by upstream (pydata_sphinx_theme) isn't packaged in | ||
Debian, falling back than to the classical RTD theme. | ||
|
||
Forwarded: not-needed | ||
--- | ||
docs/conf.py | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/docs/conf.py b/docs/conf.py | ||
index fa5647a..337135c 100644 | ||
--- a/docs/conf.py | ||
+++ b/docs/conf.py | ||
@@ -84,7 +84,7 @@ todo_include_todos = False | ||
# a list of builtin themes. | ||
# | ||
|
||
-html_theme = "pydata_sphinx_theme" | ||
+html_theme = "sphinx_rtd_theme" | ||
html_logo = "_static/logo_short.png" | ||
|
||
# Theme options are theme-specific and customize the look and feel of a theme |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fix-LocalPath | ||
docs-conf.py-Use-sphinx_rtd_theme-instead.patch |
Oops, something went wrong.