Skip to content

Commit efc9b21

Browse files
committed
simplify the build
1 parent fe9f6d8 commit efc9b21

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Docs/Doxyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SHOW_NAMESPACES = NO
66
INPUT = ../Firmware/pico-ice-sdk/include/ ./
77
IMAGE_PATH = images pinout
88
USE_MDFILE_AS_MAINPAGE = index.md
9-
HTML_FOOTER = footer.html
10-
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
9+
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
10+
doxygen-awesome-css/doxygen-awesome-sidebar-only.css
1111
HTML_COLORSTYLE = LIGHT
12-
DISABLE_INDEX = NO
1312
GENERATE_TREEVIEW = YES
14-
FULL_SIDEBAR = YES
13+
DISABLE_INDEX = NO
14+
FULL_SIDEBAR = NO

Docs/footer.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)