File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ formats:
99build :
1010 os : ubuntu-20.04
1111 tools :
12- python : " 3.10 "
12+ python : " 3.9 "
1313
1414python :
1515 install :
1616 - method : pip
1717 path : .
18+ extra_requirements :
19+ - docs
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ exclude =
2828console_scripts =
2929 repoman = repoman.cli:main
3030
31+ [options.extras_require]
32+ docs =
33+ furo
34+ sphinx
35+ sphinx-autobuild
36+
3137# #####################
3238# Tool configuration #
3339# #####################
@@ -97,9 +103,8 @@ commands =
97103 flake8 {posargs:src test}
98104
99105[testenv:docs]
100- deps =
101- furo
102- sphinx
106+ extras =
107+ docs
103108commands =
104109 python --version
105110 sphinx-apidoc \
@@ -114,10 +119,8 @@ commands =
114119 sphinx-build -n -W --keep-going -b html docs/ docs/_build/
115120
116121[testenv:devdocs]
117- deps =
118- furo
119- sphinx
120- sphinx-autobuild
122+ extras =
123+ docs
121124commands =
122125 sphinx-apidoc \
123126 --force \
You can’t perform that action at this time.
0 commit comments