File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ known_third_party =
16
16
colorama
17
17
coverage
18
18
coverage_pyver_pragma
19
+ deprecation
19
20
enum_tools
20
21
faker
21
22
github
22
23
importlib_resources
23
24
pydash
24
25
pytest
25
- pytest-cov
26
- pytest-randomly
27
- pytest-rerunfailures
26
+ pytest_cov
27
+ pytest_randomly
28
+ pytest_rerunfailures
28
29
pytz
29
30
requests
30
31
typing_extensions
Original file line number Diff line number Diff line change 34
34
package_root = "domdf_python_tools"
35
35
36
36
extensions = [
37
+ 'sphinx_toolbox' ,
38
+ 'sphinx_toolbox.autodoc_augment_defaults' ,
39
+ 'sphinx_toolbox.autodoc_typehints' ,
37
40
'sphinx.ext.intersphinx' ,
38
41
'sphinx.ext.autodoc' ,
39
42
'sphinx.ext.mathjax' ,
52
55
'sphinxcontrib.toctree_plus' ,
53
56
'seed_intersphinx_mapping' ,
54
57
'sphinx.ext.autosectionlabel' ,
55
- 'sphinx_toolbox' ,
56
- 'sphinx_toolbox.autodoc_augment_defaults' ,
57
- 'sphinx_autodoc_typehints' ,
58
58
]
59
59
60
60
sphinxemoji_style = 'twemoji'
Original file line number Diff line number Diff line change 1
- git+git://github.com/domdfcoding/sphinx-autodoc-typehints.git@backslashes
2
1
autodocsumm >= 0.2.0
3
2
default_values >= 0.0.9
4
3
domdf_sphinx_theme >= 0.1.0
You can’t perform that action at this time.
0 commit comments