Skip to content

Commit 6f35141

Browse files
committed
readthedocs
1 parent 6a54c33 commit 6f35141

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,10 @@ test = [
5252
"isort",
5353
"yapf",
5454
]
55-
readthedocs = [
56-
"furo",
57-
]
5855

5956
[tool.hatch.envs.default]
6057
type = "pip-deepfreeze"
61-
features = ["dev", "test", "readthedocs"]
58+
features = ["dev", "test"]
6259

6360
[tool.hatch.version]
6461
source = "nodejs"

requirements-readthedocs.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
# frozen requirements generated by pip-deepfreeze
2-
alabaster==0.7.13
3-
Babel==2.12.1
4-
certifi==2022.12.7
5-
charset-normalizer==3.1.0
6-
docutils==0.19
71
furo==2023.3.27
8-
imagesize==1.4.1
9-
requests==2.30.0
10-
snowballstemmer==2.2.0
11-
Sphinx==6.2.1
12-
sphinx-basic-ng==1.0.0b1
13-
sphinxcontrib-applehelp==1.0.4
14-
sphinxcontrib-devhelp==1.0.2
15-
sphinxcontrib-htmlhelp==2.0.1
16-
sphinxcontrib-jsmath==1.0.1
17-
sphinxcontrib-qthelp==1.0.3
18-
sphinxcontrib-serializinghtml==1.1.5
19-
urllib3==2.0.2

0 commit comments

Comments
 (0)