Skip to content
Snippets Groups Projects
Commit d81b0567 authored by Simon McVittie's avatar Simon McVittie
Browse files

Refresh patch series

parent 284f651c
No related branches found
No related tags found
No related merge requests found
From: Simon McVittie <smcv@debian.org>
Date: Thu, 15 Apr 2021 13:41:44 +0100
Date: Wed, 16 Feb 2022 10:27:08 +0000
Subject: Disable web fonts for now
The way this works is still changing upstream, and getting the
......@@ -8,18 +8,18 @@ is not really in the scope of packaging gi-docgen.
Forwarded: not-needed, Debian-specific
---
gi_docgen.egg-info/SOURCES.txt | 33 +------
gi_docgen.egg-info/SOURCES.txt | 31 -------
gidocgen/templates/basic/basic.toml | 31 -------
gidocgen/templates/basic/fonts.css | 176 ------------------------------------
gidocgen/templates/basic/style.css | 2 -
setup.py | 2 -
5 files changed, 1 insertion(+), 243 deletions(-)
5 files changed, 242 deletions(-)
diff --git a/gi_docgen.egg-info/SOURCES.txt b/gi_docgen.egg-info/SOURCES.txt
index 21674af..31c5ee8 100644
index 6a30d15..3bf40bd 100644
--- a/gi_docgen.egg-info/SOURCES.txt
+++ b/gi_docgen.egg-info/SOURCES.txt
@@ -61,37 +61,6 @@ gidocgen/utils.py
@@ -67,37 +67,6 @@ gidocgen/utils.py
gidocgen/gir/__init__.py
gidocgen/gir/ast.py
gidocgen/gir/parser.py
......@@ -57,13 +57,6 @@ index 21674af..31c5ee8 100644
gidocgen/templates/basic/base.html
gidocgen/templates/basic/basic.toml
gidocgen/templates/basic/class.html
@@ -116,4 +85,4 @@ gidocgen/templates/basic/solarized-light.css
gidocgen/templates/basic/struct.html
gidocgen/templates/basic/style.css
gidocgen/templates/basic/type_func.html
-gidocgen/templates/basic/vfunc.html
\ No newline at end of file
+gidocgen/templates/basic/vfunc.html
diff --git a/gidocgen/templates/basic/basic.toml b/gidocgen/templates/basic/basic.toml
index 3274d04..30050a1 100644
--- a/gidocgen/templates/basic/basic.toml
......@@ -289,7 +282,7 @@ index ce790e7..0a01b93 100644
- font-display: swap;
-}
diff --git a/gidocgen/templates/basic/style.css b/gidocgen/templates/basic/style.css
index 889bbe8..89f0e4e 100644
index 188c9a7..954b5d8 100644
--- a/gidocgen/templates/basic/style.css
+++ b/gidocgen/templates/basic/style.css
@@ -7,8 +7,6 @@
......@@ -302,7 +295,7 @@ index 889bbe8..89f0e4e 100644
* LIGHT THEME
*********************************/
diff --git a/setup.py b/setup.py
index 9a38aa6..5a41dc9 100644
index e38ae79..b18ac25 100644
--- a/setup.py
+++ b/setup.py
@@ -49,8 +49,6 @@ package_data = {
......
......@@ -9,10 +9,10 @@ references to external resources that can be a privacy breach.
1 file changed, 1 deletion(-)
diff --git a/gidocgen/templates/basic/base.html b/gidocgen/templates/basic/base.html
index 963a73e..ace1da3 100644
index 36598ba..a1be4ab 100644
--- a/gidocgen/templates/basic/base.html
+++ b/gidocgen/templates/basic/base.html
@@ -47,7 +47,6 @@ SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
@@ -52,7 +52,6 @@ SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
<script src="search.js"></script>
{% endif %}
<script src="main.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment