Skip to content

Commit e17d376

Browse files
committed
Updated config files
1 parent 275c691 commit e17d376

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.isort.cfg

+4-3
Original file line numberDiff line numberDiff 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

doc-source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
package_root = "domdf_python_tools"
3535

3636
extensions = [
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',
@@ -52,9 +55,6 @@
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

6060
sphinxemoji_style = 'twemoji'

doc-source/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
git+git://github.com/domdfcoding/sphinx-autodoc-typehints.git@backslashes
21
autodocsumm>=0.2.0
32
default_values>=0.0.9
43
domdf_sphinx_theme>=0.1.0

0 commit comments

Comments
 (0)