Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0f891 commit ed0650eCopy full SHA for ed0650e
1 file changed
pyproject.toml
@@ -36,6 +36,9 @@ urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues"
36
[project.entry-points."sphinx.html_themes"]
37
python_docs_theme = 'python_docs_theme'
38
39
+[tool.isort]
40
+profile = "black"
41
+
42
[tool.flit.module]
43
name = "python_docs_theme"
44
0 commit comments