We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30abec5 commit 241a39fCopy full SHA for 241a39f
.readthedocs.yml
@@ -13,11 +13,11 @@ build:
13
14
python:
15
install:
16
- - requirements: docs/requirements_for_rtd.txt
17
- method: pip
18
path: .
19
extra_requirements:
20
- 'bz'
+ - 'docs'
21
22
sphinx:
23
configuration: 'docs/source/conf.py'
docs/requirements_for_rtd.txt
pyproject.toml
@@ -48,6 +48,9 @@ dev = [
48
"prospector==1.11.0",
49
"pytest==7.3.1",
50
]
51
+docs = [
52
+ "sphinx~=7.1.0",
53
+]
54
55
[tool.ruff.format]
56
quote-style = 'single'
0 commit comments