sphinx-doc / sphinx

The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.39k stars 2.09k forks source link

zh search with jiaba have a bug #7406

Open feiyangf opened 4 years ago

feiyangf commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

<Paste your command-line here which cause the problem>

$ git clone https://github.com/.../some_project
$ cd some_project
$ pip install -r requirements.txt
$ cd docs
$ make html SPHINXOPTS="-D language=de"
$ # open _build/html/index and see bla bla

Expected behavior A clear and concise description of what you expected to happen.

Your project Link to your sphinx project, or attach zipped small project sample.

Screenshots If applicable, add screenshots to help explain your problem.

Environment info

Additional context Add any other context about the problem here.

feiyangf commented 4 years ago

Hello, bother you, I would like to ask a question, I use sphinx on centos with python3 will cause jieba to not execute, I will be able to execute jieba on win, I think it is a compatibility issue, I use jieba3k, but they The same configuration and the same environment will not work on centos, thank you for your answer

tk0miya commented 4 years ago

Unfortunately, no maintainers can use Chinese. So we don't mind the issue and hard to fix it. Could you make a fix and send it as a pull request to Sphinx? Then we'll merge it to the core. Thanks,