mirror of
https://github.com/elyby/docs.git
synced 2024-11-22 21:23:01 +05:30
5cebcf8abe
- removed all translations and used Russian as the base language - integrated crowdin - new multilang site layout - upgraded sphinx - fixed search, now it correctly handles articles language
17 lines
272 B
TOML
17 lines
272 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
Sphinx = ">=3.0,<4.0"
|
|
sphinx-rtd-theme = "~=0.5.1"
|
|
|
|
[dev-packages]
|
|
lxml = ">=4.6.2,<5.0"
|
|
sphinx-autobuild = ">=2020.09.01"
|
|
sphinx-intl = ">=2.0,<3.0"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|