Skip to content

Commit 241a39f

Browse files
authored
Fix RTD configuration (#114)
1 parent 30abec5 commit 241a39f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ build:
1313

1414
python:
1515
install:
16-
- requirements: docs/requirements_for_rtd.txt
1716
- method: pip
1817
path: .
1918
extra_requirements:
2019
- 'bz'
20+
- 'docs'
2121

2222
sphinx:
2323
configuration: 'docs/source/conf.py'

docs/requirements_for_rtd.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ dev = [
4848
"prospector==1.11.0",
4949
"pytest==7.3.1",
5050
]
51+
docs = [
52+
"sphinx~=7.1.0",
53+
]
5154

5255
[tool.ruff.format]
5356
quote-style = 'single'

0 commit comments

Comments
 (0)