Skip to content

Commit

Permalink
Use rust provided by readthedocs; avoid conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jan 12, 2023
1 parent e65bd20 commit 8a83441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: miniconda3-4.7
python: "3.10"
rust: "1.64"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

conda:
environment: doc/environment.yml

python:
install:
- method: pip
Expand Down
7 changes: 0 additions & 7 deletions doc/environment.yml

This file was deleted.

0 comments on commit 8a83441

Please sign in to comment.