Skip to content

Commit

Permalink
ReadTheDocs updates (#2445)
Browse files Browse the repository at this point in the history
- Use Rust provided by RTD
- Remove conda env

Looking at https://readthedocs.org/projects/sourmash/builds/ it shaves
from 40-100s in build time.
  • Loading branch information
luizirber committed Jan 12, 2023
1 parent e65bd20 commit 19c2be5
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 19c2be5

Please sign in to comment.