From 506565489f12ed39dfa381423134e13bb7734081 Mon Sep 17 00:00:00 2001 From: Int-Circuit Date: Sun, 28 Dec 2025 17:14:38 +0100 Subject: [PATCH] cleaned location of doxygen html theme fix branch --- .github/workflows/auto-doxygen.yml | 2 +- .gitignore | 1 + Doxyfile | 2 +- {doc-utils => doc/doc-utils}/delete_me.css | 0 {doc-utils => doc/doc-utils}/delete_me.html | 0 {doc-utils => doc/doc-utils}/header.html | 0 6 files changed, 3 insertions(+), 2 deletions(-) rename {doc-utils => doc/doc-utils}/delete_me.css (100%) rename {doc-utils => doc/doc-utils}/delete_me.html (100%) rename {doc-utils => doc/doc-utils}/header.html (100%) diff --git a/.github/workflows/auto-doxygen.yml b/.github/workflows/auto-doxygen.yml index 6ddf6bbe8..67310f088 100644 --- a/.github/workflows/auto-doxygen.yml +++ b/.github/workflows/auto-doxygen.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - doxygen @@ -38,7 +39,6 @@ jobs: [1]: https://github.com/peter-evans/create-pull-request branch: update-qch - base: doxygen-MR labels: | qch cicd diff --git a/.gitignore b/.gitignore index 1674ac4f1..d0e6f45f2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ doc/* !doc/QElectroTech.qch QElectroTech.tag +!doc/doc-utils \ No newline at end of file diff --git a/Doxyfile b/Doxyfile index 218c2ad47..86052291d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1292,7 +1292,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = doc-utils/header.html +HTML_HEADER = doc/doc-utils/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank Doxygen will generate a standard diff --git a/doc-utils/delete_me.css b/doc/doc-utils/delete_me.css similarity index 100% rename from doc-utils/delete_me.css rename to doc/doc-utils/delete_me.css diff --git a/doc-utils/delete_me.html b/doc/doc-utils/delete_me.html similarity index 100% rename from doc-utils/delete_me.html rename to doc/doc-utils/delete_me.html diff --git a/doc-utils/header.html b/doc/doc-utils/header.html similarity index 100% rename from doc-utils/header.html rename to doc/doc-utils/header.html