refactor server.py for using Blueprint #83
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: RTFD env basics | |
| on: | |
| pull_request: | |
| jobs: | |
| Test-RTFD: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4 | |
| - uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4 | |
| with: | |
| pixi-version: latest | |
| cache: true | |
| environments: docs | |
| - name: try sphinx build | |
| timeout-minutes: 20 | |
| run: | | |
| pixi run -e docs sphinx-build -T -b html docs docs/html |