-
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
971a0ed
commit 4a75d5a
Showing
14 changed files
with
230 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.vscode/ | ||
.vs/ | ||
|
||
*.iml | ||
.idea/ | ||
.externalNativeBuild/ | ||
.gradle/ | ||
gradle/ | ||
gradlew* | ||
local.properties | ||
build/ | ||
support/.cxx | ||
|
||
bin/ | ||
/_CPack_Packages | ||
/CMakeScripts | ||
/doc/doxyxml | ||
/doc/html | ||
/doc/node_modules | ||
virtualenv | ||
/Testing | ||
/install_manifest.txt | ||
*~ | ||
*.a | ||
*.so* | ||
*.xcodeproj | ||
*.zip | ||
cmake_install.cmake | ||
CPack*.cmake | ||
fmt-*.cmake | ||
CTestTestfile.cmake | ||
CMakeCache.txt | ||
CMakeFiles | ||
FMT.build | ||
Makefile | ||
run-msbuild.bat | ||
fmt.pc |
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 |
---|---|---|
@@ -1,3 +1,15 @@ | ||
fmtlib (10.1.1+ds1-2) experimental; urgency=medium | ||
|
||
* Fix build with Sphinx 7 (Closes: #1042588) | ||
|
||
-- Shengjing Zhu <[email protected]> Wed, 22 Nov 2023 04:18:37 +0800 | ||
|
||
fmtlib (10.1.1+ds1-1) experimental; urgency=medium | ||
|
||
* New upstream version 10.1.1+ds1 | ||
|
||
-- Shengjing Zhu <[email protected]> Fri, 08 Sep 2023 14:47:55 +0800 | ||
|
||
fmtlib (10.1.0+ds1-1) experimental; urgency=medium | ||
|
||
* New upstream version 10.1.0+ds1 | ||
|
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
From: Shengjing Zhu <[email protected]> | ||
Date: Wed, 22 Nov 2023 04:17:40 +0800 | ||
Subject: Doc: build with Sphinx 7 | ||
|
||
--- | ||
doc/basic-bootstrap/layout.html | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/doc/basic-bootstrap/layout.html b/doc/basic-bootstrap/layout.html | ||
index 5519c4b..a6e7914 100644 | ||
--- a/doc/basic-bootstrap/layout.html | ||
+++ b/doc/basic-bootstrap/layout.html | ||
@@ -102,14 +102,14 @@ | ||
{%- endmacro %} | ||
|
||
{%- macro css() %} | ||
- <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" /> | ||
+ <link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" /> | ||
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> | ||
{%- for cssfile in css_files %} | ||
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" /> | ||
{%- endfor %} | ||
{%- endmacro %} | ||
|
||
-<html lang="en"> | ||
+<html lang="en" data-content_root="{{ content_root }}"> | ||
<head> | ||
<meta charset="{{ encoding }}"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
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
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
Oops, something went wrong.