0

The search functionality in my Sphinx doc has stopped working after upgrading to version 1.5.1. I'm using the sphinx_rtd_theme. How do I downgrade Sphinx to 1.4.9?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Ashwin
  • 83
  • 10
  • That strongly depends on how you upgraded. – Klaus D. Feb 02 '17 at 15:48
  • You mean on your local machine? Uninstall current version and try with installing the desired version (e.g. with pip: http://stackoverflow.com/questions/5226311/installing-specific-package-versions-with-pip) – ppasler Feb 02 '17 at 15:50

2 Answers2

2

inorder to install specific version of sphinx .type in terminal :

pip install sphinx==1.4.9

priyasha
  • 497
  • 5
  • 4
0

In your Terminal: python -m pip install sphinx==1.4.9

python -m pip install sphinx==