Skip to content

Commit

Permalink
Add conda environment YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Oct 17, 2023
1 parent 2df8611 commit bb65e49
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ build:
tools:
python: "3.10"

python:
install:
- requirements: docs/requirements.txt

conda:
environment: docs/jaxsim_conda_env.yml

sphinx:
configuration: docs/conf.py

Expand Down
23 changes: 23 additions & 0 deletions docs/jaxsim_conda_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: jaxsim
channels:
- conda-forge
- nvidia
dependencies:
- python=3.11
- jax
- jax-dataclasses
- jaxlib=*=*cuda*
- jaxlie
- cuda-nvcc
- rod
- coloredlogs
- sphinx
- sphinx-fontawesome
- sphinx-multiversion
- sphinx_rtd_theme
- pip
- pptree
- scipy
- pip:
- sphinx_autodoc_typehints
- sphinx_copybutton
10 changes: 0 additions & 10 deletions docs/requirements.txt

This file was deleted.

0 comments on commit bb65e49

Please sign in to comment.