search-with-old-sphinx-and-themeΒΆ

Using old version of Sphinx and sphinx_rtd_theme search field seems to be broken when searching for some values.

With Sphinx==1.5.2 and sphinx_rtd_theme==0.1.9, this shows:

ReferenceError: jquery is not defined          readthedocs-doc-embed.js:1:33742

in the Firefox console and search is completely broken.


requirements.txt file used to build this docs,

1
2
3
sphinx==1.5.2
sphinx_rtd_theme==0.1.9
sphinx-autorun

Sphinx configuration file to build this docs (see full file),

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# -*- coding: utf-8 -*-

# Default settings
project = 'Test Builds'
extensions = [
    'sphinx_autorun',
]

# Include all your settings here
html_theme = 'sphinx_rtd_theme'






('>>>', '# Build at')
('>>>', 'import datetime')
('>>>', 'datetime.datetime.utcnow()  # UTC')
datetime.datetime(2019, 5, 30, 20, 10, 49, 487396)