mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-10-29 19:36:06 +00:00
build(deps): bump third-party/doxyconfig from 671b494 to 6d145da (#2979)
Bumps [third-party/doxyconfig](https://github.com/LizardByte/doxyconfig) from `671b494` to `6d145da`.
- [Commits](671b494f3c...6d145dab2e)
---
updated-dependencies:
- dependency-name: third-party/doxyconfig
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
4bd521bb43
commit
9bc09e9d39
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,7 +40,7 @@
|
|||||||
# build directories
|
# build directories
|
||||||
build/
|
build/
|
||||||
cmake-*/
|
cmake-*/
|
||||||
docs/*-doxyconfig*
|
docs/doxyconfig*
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|||||||
@ -10,25 +10,15 @@ build:
|
|||||||
tools:
|
tools:
|
||||||
python: "miniconda-latest"
|
python: "miniconda-latest"
|
||||||
commands:
|
commands:
|
||||||
# because we are overriding the build commands, we need to setup the environment ourselves
|
|
||||||
- cat third-party/doxyconfig/environment.yml
|
|
||||||
- conda env create --quiet --name ${READTHEDOCS_VERSION} --file third-party/doxyconfig/environment.yml
|
|
||||||
- npm install "@fortawesome/fontawesome-free"
|
|
||||||
- mkdir -p ${READTHEDOCS_OUTPUT}html/assets/fontawesome/css
|
|
||||||
- mkdir -p ${READTHEDOCS_OUTPUT}html/assets/fontawesome/js
|
|
||||||
- cp node_modules/@fortawesome/fontawesome-free/css/all.min.css ${READTHEDOCS_OUTPUT}html/assets/fontawesome/css
|
|
||||||
- cp node_modules/@fortawesome/fontawesome-free/js/all.min.js ${READTHEDOCS_OUTPUT}html/assets/fontawesome/js
|
|
||||||
- cp -r node_modules/@fortawesome/fontawesome-free/webfonts ${READTHEDOCS_OUTPUT}html/assets/fontawesome/
|
|
||||||
- |
|
- |
|
||||||
wget "https://raw.githubusercontent.com/LizardByte/.github/master/branding/logos/favicon.ico" \
|
if [ -f readthedocs_build.sh ]; then
|
||||||
-O ${READTHEDOCS_OUTPUT}lizardbyte.ico
|
doxyconfig_dir="."
|
||||||
- |
|
else
|
||||||
wget "https://raw.githubusercontent.com/LizardByte/.github/master/branding/logos/logo-128x128.png" \
|
doxyconfig_dir="./third-party/doxyconfig"
|
||||||
-O ${READTHEDOCS_OUTPUT}lizardbyte.png
|
fi
|
||||||
- cp ./third-party/doxyconfig/Doxyfile ./docs/Doxyfile-doxyconfig
|
chmod +x "${doxyconfig_dir}/readthedocs_build.sh"
|
||||||
- cp ./third-party/doxyconfig/header.html ./docs/header-doxyconfig.html
|
export DOXYCONFIG_DIR="${doxyconfig_dir}"
|
||||||
- cat ./docs/Doxyfile >> ./docs/Doxyfile-doxyconfig
|
"${doxyconfig_dir}/readthedocs_build.sh"
|
||||||
- cd docs && doxygen Doxyfile-doxyconfig
|
|
||||||
|
|
||||||
# using conda, we can get newer doxygen and graphviz than ubuntu provide
|
# using conda, we can get newer doxygen and graphviz than ubuntu provide
|
||||||
# https://github.com/readthedocs/readthedocs.org/issues/8151#issuecomment-890359661
|
# https://github.com/readthedocs/readthedocs.org/issues/8151#issuecomment-890359661
|
||||||
|
|||||||
2
third-party/doxyconfig
vendored
2
third-party/doxyconfig
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 671b494f3cbe8597a36d81869a864dc9fff497f4
|
Subproject commit 6d145dab2ec1f387920036c7fffc1d08d52fe926
|
||||||
Loading…
x
Reference in New Issue
Block a user