File tree Expand file tree Collapse file tree 4 files changed +76
-91
lines changed Expand file tree Collapse file tree 4 files changed +76
-91
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
- python :
4
- version : 3.7
5
- install :
6
- - requirements : docs/requirements.txt
3
+ build :
4
+ os : ubuntu-22.04
5
+ tools :
6
+ python : " 3.10"
7
+ jobs :
8
+ pre_create_environment :
9
+ - asdf plugin add poetry
10
+ - asdf install poetry latest
11
+ - asdf global poetry latest
12
+ - poetry config virtualenvs.create false
13
+ - poetry export --with docs --format=requirements.txt --output=requirements.txt
7
14
8
15
sphinx :
9
16
configuration : docs/conf.py
10
17
fail_on_warning : true
11
18
19
+ python :
20
+ install :
21
+ - requirements : requirements.txt
22
+
12
23
formats : all
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,24 +42,30 @@ mypy = "^1.5.1"
42
42
43
43
wemake-python-styleguide = " ^0.18"
44
44
flake8-pytest = " ^1.4"
45
- flake8-pytest-style = " ^1.7.2 "
46
- flake8-pyi = " ^23.6.0 "
47
- nitpick = " ^0.34.0 "
45
+ flake8-pytest-style = " ^1.7"
46
+ flake8-pyi = " ^23.6"
47
+ nitpick = " ^0.34"
48
48
49
- safety = " ^2.3.5 "
49
+ safety = " ^2.3"
50
50
51
- pytest = " ^7.4.2 "
52
- pytest-cov = " ^4.1.0 "
53
- pytest-randomly = " ^3.15.0 "
54
- pytest-mypy-plugins = " ^3.0.0 "
51
+ pytest = " ^7.4"
52
+ pytest-cov = " ^4.1"
53
+ pytest-randomly = " ^3.15"
54
+ pytest-mypy-plugins = " ^3.0"
55
55
56
- sphinx = " ^7.1"
57
- sphinx-autodoc-typehints = " ^1.24.0"
58
- sphinxcontrib-mermaid = " ^0.9.2"
59
- sphinx-typlog-theme = " ^0.8.0"
60
- doc8 = " ^1.1.1"
61
- m2r2 = " ^0.3.3.post2"
62
- tomlkit = " ^0.12.1"
56
+ doc8 = " ^1.1"
57
+
58
+ [tool .poetry .group .docs ]
59
+ optional = true
60
+
61
+ [tool .poetry .group .docs .dependencies ]
62
+ sphinx = " ^6.2"
63
+ sphinx-autodoc-typehints = " ^1.23"
64
+ sphinxcontrib-mermaid = " ^0.9"
65
+ sphinx-typlog-theme = " ^0.8"
66
+ m2r2 = " ^0.3"
67
+ tomlkit = " ^0.12"
68
+ pygments = " ^2.16"
63
69
64
70
[tool .nitpick ]
65
71
style = " https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/0.18.0/styles/nitpick-style-wemake.toml"
You can’t perform that action at this time.
0 commit comments