From b876a9e51347f5839891ae0fac642ae275d6e611 Mon Sep 17 00:00:00 2001 From: MasterLaplace Date: Fri, 8 Nov 2024 01:36:49 -0500 Subject: [PATCH] fix: update Doxygen configuration for improved styling and milestone handling --- .github/workflows/deploy_doxygen_page.yml | 2 ++ Doxyfile.cfg | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_doxygen_page.yml b/.github/workflows/deploy_doxygen_page.yml index c1b08396..e3b5bbad 100644 --- a/.github/workflows/deploy_doxygen_page.yml +++ b/.github/workflows/deploy_doxygen_page.yml @@ -3,6 +3,8 @@ on: pull_request: types: [closed] branches: [master, main] + milestone: + types: [closed] jobs: generate: diff --git a/Doxyfile.cfg b/Doxyfile.cfg index 990dc96a..b0161a11 100644 --- a/Doxyfile.cfg +++ b/Doxyfile.cfg @@ -1360,7 +1360,8 @@ HTML_STYLESHEET = # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \ + doxygen-awesome-css/doxygen-awesome-sidebar-only.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note @@ -1383,7 +1384,7 @@ HTML_EXTRA_FILES = # The default value is: AUTO_LIGHT. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_COLORSTYLE = AUTO_LIGHT +HTML_COLORSTYLE = LIGHT # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to