Skip to content

Commit 9bd17dc

Browse files
authored
Merge pull request #64 from gab-arrobo/remove-old
Remove unused/old fonts
2 parents db113b6 + 73a1a75 commit 9bd17dc

4 files changed

Lines changed: 0 additions & 20 deletions

File tree

.reuse/dep5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
33
Files: VERSION .gitignore *.rst *.png *.svg dict.txt
44
Copyright: 2021 Open Networking Foundation
55
License: Apache-2.0
6-
7-
Files: _static/fonts/Inconsolata*.ttf
8-
Copyright: 2006 Raph Levien
9-
License: OFL-1.1

_static/fonts/Inconsolata-Bold.ttf

-106 KB
Binary file not shown.
-93.7 KB
Binary file not shown.

conf.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -254,22 +254,6 @@ def get_version():
254254

255255
# -- Extension configuration -------------------------------------------------
256256

257-
# blockdiag/etc. config
258-
259-
rackdiag_antialias = True
260-
rackdiag_html_image_format = "SVG"
261-
rackdiag_fontpath = [
262-
"_static/fonts/Inconsolata-Regular.ttf",
263-
"_static/fonts/Inconsolata-Bold.ttf",
264-
]
265-
266-
nwdiag_antialias = True
267-
nwdiag_html_image_format = "SVG"
268-
nwdiag_fontpath = [
269-
"_static/fonts/Inconsolata-Regular.ttf",
270-
"_static/fonts/Inconsolata-Bold.ttf",
271-
]
272-
273257
# -- Options for todo extension ----------------------------------------------
274258
# If true, `todo` and `todoList` produce output, else they produce nothing.
275259
todo_include_todos = True

0 commit comments

Comments
 (0)