Skip to content

Commit

Permalink
Fix compilation of docs for readthedocs (#2)
Browse files Browse the repository at this point in the history
Fix compilation of docs
  • Loading branch information
moinfar authored Nov 9, 2024
1 parent 6d2c1ca commit e2ee323
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
sphinx:
configuration: docs/conf.py
# disable this for more lenient docs builds
fail_on_warning: true
fail_on_warning: false
python:
install:
- method: pip
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Please refer to the [documentation][link-docs]. In particular, the

## Installation

You need to have Python 3.10 or newer installed on your system. If you don't have
You need to have Python 3.10, 3.11, or 3.12 installed on your system. If you don't have
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).

There are several alternative options to install drvi:
There are several options to install drvi:

<!--
1. Install the latest release of `drvi-py` from [PyPI][link-pypi]:
Expand Down
4 changes: 2 additions & 2 deletions src/drvi/scvi_tools_based/model/_drvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(
else:
raise ValueError(
"Only AnnData and MerlinData are supported. "
"If you have passes an instalce of MerlinData and still get this error, "
"If you have passed an instalce of MerlinData and still get this error, "
"make sure merlin is installed as a dependency."
)

Expand Down Expand Up @@ -244,6 +244,6 @@ def _make_data_loader(
else:
raise ValueError(
"Only AnnData and MerlinData are supported. "
"If you have passes an instalce of MerlinData and still get this error, "
"If you have passed an instalce of MerlinData and still get this error, "
"make sure merlin is installed as a dependency."
)

0 comments on commit e2ee323

Please sign in to comment.