docs: readthedocs.org support
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-03-04 13:16:17 +01:00
parent 194f65967f
commit 74c2ddb405
15 changed files with 130 additions and 1 deletions

View File

@@ -17,3 +17,7 @@ pipeline:
image: python
- pip install -U platformio
- pio check -e esp8266 -e esp32 --skip-packages --severity medium --severity high --pattern 'src' --pattern 'lib/Figments' --fail-on-defect high
docs:
image: python
- pip install -U breathe sphinx
- cd docs && sphinx