|
34 | 34 | package_root = "domdf_python_tools" |
35 | 35 |
|
36 | 36 | extensions = [ |
37 | | - 'autodocsumm', |
38 | | - 'notfound.extension', |
39 | | - 'seed_intersphinx_mapping', |
40 | | - 'sphinx-prompt', |
41 | | - 'sphinx.ext.autodoc', |
42 | | - 'sphinx.ext.autosectionlabel', |
43 | | - 'sphinx.ext.autosummary', |
44 | 37 | 'sphinx.ext.intersphinx', |
| 38 | + 'sphinx.ext.autodoc', |
45 | 39 | 'sphinx.ext.mathjax', |
46 | | - 'sphinx.ext.todo', |
47 | 40 | 'sphinx.ext.viewcode', |
48 | | - 'sphinx_autodoc_typehints', |
49 | | - 'sphinx_copybutton', |
| 41 | + 'sphinxcontrib.httpdomain', |
| 42 | + 'sphinxcontrib.extras_require', |
| 43 | + 'sphinx.ext.todo', |
| 44 | + 'sphinxemoji.sphinxemoji', |
| 45 | + 'notfound.extension', |
50 | 46 | 'sphinx_tabs.tabs', |
51 | | - 'sphinx_toolbox', |
52 | | - 'sphinx_toolbox.autodoc_augment_defaults', |
| 47 | + 'sphinx-prompt', |
| 48 | + 'sphinx.ext.autosummary', |
| 49 | + 'autodocsumm', |
| 50 | + 'sphinx_copybutton', |
53 | 51 | 'sphinxcontrib.default_values', |
54 | | - 'sphinxcontrib.extras_require', |
55 | | - 'sphinxcontrib.httpdomain', |
56 | 52 | 'sphinxcontrib.toctree_plus', |
57 | | - 'sphinxemoji.sphinxemoji', |
| 53 | + 'seed_intersphinx_mapping', |
| 54 | + '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' |
|
0 commit comments