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 a7128e8 commit e9287c2Copy full SHA for e9287c2
1 file changed
pyproject.toml
@@ -38,11 +38,11 @@ urls.Homepage = "https://github.com/python/python-docs-theme/"
38
entry-points."sphinx.html_themes".python_docs_theme = "python_docs_theme"
39
40
[tool.hatch]
41
+version.path = "python_docs_theme/__init__.py"
42
build.artifacts = [ "python_docs_theme/locale/**/*.mo" ]
43
build.hooks.custom.path = "babel_runner.py"
44
build.targets.wheel.packages = [ "python_docs_theme" ]
45
build.targets.wheel.exclude = [ "python_docs_theme/locale/**/*.po" ]
-version.path = "python_docs_theme/__init__.py"
46
47
[tool.ruff]
48
fix = true
0 commit comments