Skip to content

Commit

Permalink
Add channels to docs yaml (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
IAlibay and lilyminium authored Sep 21, 2023
1 parent 9cafdbb commit 552795f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.repo_name}}/docs/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: {{cookiecutter.repo_name}}-docs
channels:
{% if cookiecutter.dependency_source == 'Prefer default anaconda channel with pip fallback' %}
- defaults
{% else %}
- conda-forge
{% endif %}
dependencies:
# Base depends
- python
Expand Down

0 comments on commit 552795f

Please sign in to comment.