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 22111413..268e717e 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