summaryrefslogtreecommitdiffstats
path: root/docs/environment.yml
blob: 4b74234d7633a1e28f1048ce48942a758f417b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: fpga-interchange-schema-docs
channels:
- SymbiFlow
- conda-forge
- defaults
dependencies:
- python=3.7
- pip
# ReadTheDoc dependencies
- mock
- pillow
- sphinx
- sphinx_rtd_theme
# Packages installed from PyPI
- pip:
  - -r file:requirements.txt