Skip to content

Commit 583bc00

Browse files
committed
Remove duplicate dependency specification
1 parent 47164da commit 583bc00

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docs/environment.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ channels:
33
- defaults
44
dependencies:
55
- python=3.9
6-
- docutils<0.17
7-
- numpydoc
8-
- sphinx_rtd_theme
9-
- yarl
10-
- pip:
11-
- sphinx-design

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ adl = ["adlfs"]
2929
arrow = ["pyarrow >= 1"]
3030
dask = ["dask", "distributed"]
3131
dev = ["ruff", "pre-commit"]
32-
doc = ["sphinx", "numpydoc", "sphinx-design", "sphinx-rtd-theme"]
32+
doc = ["sphinx", "numpydoc", "sphinx-design", "sphinx-rtd-theme", "yarl"]
3333
dropbox = ["dropbox", "dropboxdrivefs", "requests"]
3434
entrypoints = []
3535
full = [

readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ python:
1212
install:
1313
- method: pip
1414
path: .
15+
extra_requirements:
16+
- doc
1517

1618
sphinx:
1719
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)