summaryrefslogtreecommitdiff
path: root/.pio/libdeps/esp32-s3-n16r8/RF24/.readthedocs.yaml
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-06-08 23:12:15 +0530
committerkrolyxon <me@krolyxon.com>2026-06-08 23:12:15 +0530
commit8a4d103196312b8a18afc0a2ba0fc13ff1a0b180 (patch)
treea92424ac65fbdb93702ea8c44a5c52c9fd66e28c /.pio/libdeps/esp32-s3-n16r8/RF24/.readthedocs.yaml
parent1d557527be495c59bbc07f194d903b1cec1780d3 (diff)
remove .pio
Diffstat (limited to '.pio/libdeps/esp32-s3-n16r8/RF24/.readthedocs.yaml')
-rw-r--r--.pio/libdeps/esp32-s3-n16r8/RF24/.readthedocs.yaml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.pio/libdeps/esp32-s3-n16r8/RF24/.readthedocs.yaml b/.pio/libdeps/esp32-s3-n16r8/RF24/.readthedocs.yaml
deleted file mode 100644
index 6935517..0000000
--- a/.pio/libdeps/esp32-s3-n16r8/RF24/.readthedocs.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-# .readthedocs.yaml
-# Read the Docs configuration file
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-
-# Required
-version: 2
-
-build:
- os: "ubuntu-24.04"
- # apt_packages:
- # - libclang1-12
- # - libclang-cpp12
- tools:
- python: "3"
- commands:
- # Install doxygen from source distributions (conda forge does not keep up-to-date doxygen releases)
- - >
- DOXYGEN_VERSION="1.15.0" &&
- RELEASE_TITLE=$(echo ${DOXYGEN_VERSION} | tr '.' '_') &&
- mkdir .doxygen && cd .doxygen &&
- curl -L "https://github.com/doxygen/doxygen/releases/download/Release_${RELEASE_TITLE}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz" --output doxygen.tar.gz &&
- gunzip doxygen.tar.gz &&
- tar xf doxygen.tar &&
- mv doxygen-$DOXYGEN_VERSION/bin/doxygen ./
- # get lib version & overwrite Doxyfile values
- - python3 .github/doxygen.py
- # run doxygen
- - cd docs && ../.doxygen/doxygen
- # copy output to RTD output path for HTML files
- - ls -R docs/html/
- - mkdir -p ${READTHEDOCS_OUTPUT}
- - mv docs/html/ "${READTHEDOCS_OUTPUT}"