Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: VERSION .gitignore *.rst *.png *.svg dict.txt
Copyright: 2021 Open Networking Foundation
License: Apache-2.0

Files: _static/fonts/Inconsolata*.ttf
Copyright: 2006 Raph Levien
License: OFL-1.1
Binary file removed _static/fonts/Inconsolata-Bold.ttf
Binary file not shown.
Binary file removed _static/fonts/Inconsolata-Regular.ttf
Binary file not shown.
16 changes: 0 additions & 16 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,22 +254,6 @@ def get_version():

# -- Extension configuration -------------------------------------------------

# blockdiag/etc. config

rackdiag_antialias = True
rackdiag_html_image_format = "SVG"
rackdiag_fontpath = [
"_static/fonts/Inconsolata-Regular.ttf",
"_static/fonts/Inconsolata-Bold.ttf",
]

nwdiag_antialias = True
nwdiag_html_image_format = "SVG"
nwdiag_fontpath = [
"_static/fonts/Inconsolata-Regular.ttf",
"_static/fonts/Inconsolata-Bold.ttf",
]

# -- Options for todo extension ----------------------------------------------
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
Expand Down