从版本1.5.2降级Sphinx。到版本1.4.9

问题描述 投票:-1回答:1

升级到1.5.1版后,我的Sphinx文档中的搜索功能已停止工作。我正在使用sphinx_rtd_theme。如何将Sphinx降级到1.4.9?

python documentation python-sphinx
1个回答
0
投票

为了在终端中安装特定版本的sphinx .type:

pip install sphinx == 1.4.9

© www.soinside.com 2019 - 2024. All rights reserved.