mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
981ef9c5b7
This commit adds conda virtual environment support for SymbiFlow docs. It also provides configuration file that allows to use conda on RTD. Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
9 lines
136 B
YAML
9 lines
136 B
YAML
name: SymbiFlow-docs
|
|
channels:
|
|
- symbiflow
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- pip
|
|
- pip:
|
|
- -r file:requirements.txt
|