Skip to content

Commit fcd7b1d

Browse files
committed
another way
1 parent 9264adc commit fcd7b1d

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ version: 2
22

33
python:
44
install:
5-
- method: pip
6-
path: .
7-
extra_requirements:
8-
- docs
5+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
aiohttp
2-
furo
3-
nest_asyncio
41
sphinx
5-
tqdm
2+
furo

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ coverage = "^5.5"
5050
pre-commit = "^2.12.1"
5151
jupyterlab = "^3.1.10"
5252
absl-py = "^0.13.0"
53-
Sphinx = {version = "^4.2.0", optional = true}
54-
furo = {version = "^2021.10.9", optional = true}
55-
56-
[tool.poetry.extras]
57-
docs = [
58-
"sphinx",
59-
"furo",
60-
]
6153

6254
[tool.pytest.ini_options]
6355
markers = [

0 commit comments

Comments
 (0)