We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87e33f commit 6c816f9Copy full SHA for 6c816f9
.readthedocs.yml
@@ -17,5 +17,9 @@ sphinx:
17
18
# Optionally declare the Python requirements required to build your docs
19
python:
20
- install:
21
- - requirements: docs/requirements.txt
+ version: 3.10
+ install:
22
+ - method: pip
23
+ path: .
24
+ extra_requirements:
25
+ - docs
pyproject.toml
@@ -53,6 +53,9 @@ bump2version = "^1.0.1"
53
black = "^21.11b1"
54
furo = "^2022.1.2"
55
56
+[tool.poetry.extras]
57
+docs = ["sphinx", "furo"]
58
+
59
[tool.pytest.ini_options]
60
minversion = "6.0"
61
addopts = "-ra --strict-markers --ignore=docs/conf.py --ignore=setup.py --ignore=ci --ignore=.eggs --doctest-modules --doctest-glob=/*.rst --tb=short"
0 commit comments