firesim/conda-reqs/docs.yaml

25 lines
669 B
YAML
Raw Normal View History

2023-05-07 08:56:45 +08:00
channels:
- conda-forge
- ucb-bar
- nodefaults
dependencies:
# https://conda-forge.org/feedstock-outputs/
# filterable list of all conda-forge packages
# https://conda-forge.org/#contribute
# instructions on adding a recipe
# https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/pkg-specs.html#package-match-specifications
# documentation on package_spec syntax for constraining versions
2023-05-07 14:47:03 +08:00
- python>=3
- sphinx
2023-05-07 08:56:45 +08:00
- Pygments
- sphinx-autobuild
2023-05-07 14:47:03 +08:00
- sphinx_rtd_theme<1.2.0,>=1.0.0
2023-05-07 08:56:45 +08:00
- requests
- sphinx-tabs
- sphinx-copybutton
2023-05-07 14:47:03 +08:00
- pip
2023-05-07 08:56:45 +08:00
- pip:
- Sphinx-Substitution-Extensions