Commit 0c02acf 1 parent 2fa9370 commit 0c02acf Copy full SHA for 0c02acf
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
version = ''
35
35
release = ''
36
36
37
- language = None
37
+ language = 'en'
38
38
exclude_patterns : list = []
39
39
todo_include_todos = True
40
40
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ lint = [
79
79
" typeguard<4.0.0" ,
80
80
]
81
81
docs = [
82
- " m2r2" , # markdown support in docstrings for sphinx
83
- " myst-parser" , # markdown support for dcs in sphinx
84
- " sphinx==3.5 .*" , # documentation
85
- " sphinx-rtd-theme==0.5 .*" , # theme for documentation
82
+ " m2r2>=0.3.3.post2 " , # markdown support in docstrings for sphinx
83
+ " myst-parser" , # markdown support for dcs in sphinx
84
+ " sphinx==7 .*" , # documentation
85
+ " sphinx-rtd-theme==2 .*" , # theme for documentation
86
86
]
87
87
88
88
[project .entry-points ."flake8 .extension" ]
You can’t perform that action at this time.
0 commit comments