Skip to content

Commit

Permalink
Unpin scanpydoc (scverse#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Mar 18, 2022
1 parent 495c905 commit 805bd63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2
build:
image: latest
os: ubuntu-20.04
tools:
python: '3.9'
sphinx:
configuration: docs/conf.py
python:
version: 3.8
install:
- method: pip
path: .
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ test = [
"flit_core",
]
doc = [
"sphinx>=4.1,<4.2",
"sphinx-rtd-theme>=0.3.1",
"scanpydoc[typehints]>=0.7.4,<0.7.6",
"sphinx>=4.4",
"sphinx-rtd-theme>=1.0",
"scanpydoc[typehints]>=0.7.7",
"typing_extensions; python_version < '3.8'", # for `Literal`
"python-igraph",
]
Expand Down

0 comments on commit 805bd63

Please sign in to comment.