File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ known_third_party =
1616 colorama
1717 coverage
1818 coverage_pyver_pragma
19+ deprecation
1920 enum_tools
2021 faker
2122 github
2223 importlib_resources
2324 pydash
2425 pytest
25- pytest-cov
26- pytest-randomly
27- pytest-rerunfailures
26+ pytest_cov
27+ pytest_randomly
28+ pytest_rerunfailures
2829 pytz
2930 requests
3031 typing_extensions
Original file line number Diff line number Diff line change 3434package_root = "domdf_python_tools"
3535
3636extensions = [
37+ 'sphinx_toolbox' ,
38+ 'sphinx_toolbox.autodoc_augment_defaults' ,
39+ 'sphinx_toolbox.autodoc_typehints' ,
3740 'sphinx.ext.intersphinx' ,
3841 'sphinx.ext.autodoc' ,
3942 'sphinx.ext.mathjax' ,
5255 'sphinxcontrib.toctree_plus' ,
5356 'seed_intersphinx_mapping' ,
5457 'sphinx.ext.autosectionlabel' ,
55- 'sphinx_toolbox' ,
56- 'sphinx_toolbox.autodoc_augment_defaults' ,
57- 'sphinx_autodoc_typehints' ,
5858 ]
5959
6060sphinxemoji_style = 'twemoji'
Original file line number Diff line number Diff line change 1- git+git://github.com/domdfcoding/sphinx-autodoc-typehints.git@backslashes
21autodocsumm >= 0.2.0
32default_values >= 0.0.9
43domdf_sphinx_theme >= 0.1.0
You can’t perform that action at this time.
0 commit comments