mirror of https://github.com/YosysHQ/icestorm.git
19 lines
445 B
YAML
19 lines
445 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: '3.11'
|
|
jobs:
|
|
pre_build:
|
|
- python3 icebox/icebox_html.py -3 -d docs/source/_static/bitdocs-384
|
|
- python3 icebox/icebox_html.py -d docs/source/_static/bitdocs-1k
|
|
- python3 icebox/icebox_html.py -8 -d docs/source/_static/bitdocs-8k
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/source/requirements.txt
|