-
-
Couldn't load subscription status.
- Fork 10.9k
Description
Motivation.
To localize the vLLM Documentation.
Recently, I officially published my 1st localization project, cmake-docs-l10n, on GitHub:
- Preview: https://localizethedocs.github.io/cmake-docs-l10n
- Crowdin: https://localizethedocs.crowdin.com/cmake-docs-l10n
- GitHub: https://github.com/localizethedocs/cmake-docs-l10n
I can confidently say that I can manufacture similar localization projects for any Sphinx-based documentation or website.
Originally, I had planned to add vllm-docs-l10n to my to-do list, which you can see here:
https://github.com/localizethedocs/projects/issues
However, I unexpectedly discovered today that the vLLM Documentation has migrated from Sphinx to MkDocs, starting with the 0.9.0 tag.
- Commit: a1fe24d
- PR: Migrate docs from Sphinx to MkDocs #18145
This is quite regrettable because, based on my research, MkDocs currently doesn't offer the same comprehensive Internationalization with Gettext features as Sphinx.
I'm sure the vLLM team made this decision after significant discussion and evaluation. However,
if the vLLM Documentation were to migrate back to Sphinx, I would be able to add vllm-docs-l10n to my to-do list.
Proposed Change.
Migrate vLLM Docs back to Sphinx.
Feedback Period.
No response
CC List.
Any Other Things.
Currently, the vLLM MkDocs documentation uses the Material for MkDocs theme.
If the vLLM team decides to migrate back to Sphinx and wants to maintain a similar visual style, you might consider these Sphinx themes:
- Sphinx Material: https://bashtage.github.io/sphinx-material/
- Sphinx Immaterial: https://jbms.github.io/sphinx-immaterial/
Sincerely.
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.