Merge sphinx-docs (CLI i18n + Sphinx docs) into main

# Conflicts:
#	.github/workflows/ci.yml
#	docs/cli.md
This commit is contained in:
ars
2026-06-25 02:57:03 +03:00
15 changed files with 680 additions and 188 deletions
+10 -1
View File
@@ -28,7 +28,13 @@ dev = [
"doit>=0.36.0",
"mypy>=1.0",
"types-PyYAML>=6.0.12",
"pre-commit>=4.0"
"pre-commit>=4.0",
"Babel>=2.14.0"
]
docs = [
"sphinx>=7.0",
"myst-parser>=2.0",
"furo>=2024.1.29"
]
[project.scripts]
@@ -37,6 +43,9 @@ nexus-cli = "nexus_sync.cli.__main__:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
nexus_sync = ["locale/**/*.mo"]
[tool.black]
line-length = 100
target-version = ["py311"]