Skip to content

Commit

Permalink
update rtd yaml and requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Jul 22, 2024
1 parent 372d4e1 commit 48d5216
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

conda:
environment: docs/requirements.yaml
4 changes: 2 additions & 2 deletions {{cookiecutter.repo_name}}/docs/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: docs_{{cookiecutter.project_name}}
channels:
{% if cookiecutter.dependency_source == 'Prefer conda-forge over the default anaconda channel with pip fallback' %}
{% if cookiecutter.dependency_source == 'Prefer conda-forge with pip fallback' %}
- conda-forge
{% endif %}
- defaults
dependencies:
# Base depends
- python
- pip
{% if cookiecutter.dependency_source == 'Prefer conda-forge over the default anaconda channel with pip fallback' %}
{% if cookiecutter.dependency_source == 'Prefer conda-forge with pip fallback' %}
- pydata-sphinx-theme
- sphinx-design
- sphinx-copybutton
Expand Down

0 comments on commit 48d5216

Please sign in to comment.