Skip to content

Commit 6a54c33

Browse files
committed
docs please
1 parent d7488a1 commit 6a54c33

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ test = [
5252
"isort",
5353
"yapf",
5454
]
55-
docs = [
55+
readthedocs = [
5656
"furo",
57-
"sphinx==5.3.0"
5857
]
5958

6059
[tool.hatch.envs.default]
6160
type = "pip-deepfreeze"
62-
features = ["dev", "test", "docs"]
61+
features = ["dev", "test", "readthedocs"]
6362

6463
[tool.hatch.version]
6564
source = "nodejs"

requirements-docs.txt renamed to requirements-readthedocs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ furo==2023.3.27
88
imagesize==1.4.1
99
requests==2.30.0
1010
snowballstemmer==2.2.0
11-
Sphinx==5.3.0
11+
Sphinx==6.2.1
1212
sphinx-basic-ng==1.0.0b1
1313
sphinxcontrib-applehelp==1.0.4
1414
sphinxcontrib-devhelp==1.0.2

0 commit comments

Comments
 (0)