Merge pull request #33592 from tchaikov/wip-doc-search

doc,admin: fix the builtin search

Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
Kefu Chai 2020-02-28 11:33:05 +08:00 committed by GitHub
commit 6a93a30f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Sphinx == 2.3.0
Sphinx == 2.4.3
git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
breathe == 4.14.0
pyyaml >= 5.1.2

View File

@ -1,5 +1,5 @@
$(function() {
var releases_url = DOCUMENTATION_OPTIONS.URL_ROOT + '/releases.json';
var releases_url = DOCUMENTATION_OPTIONS.URL_ROOT + 'releases.json';
function show_edit(branch, data) {
if (branch) {

View File

@ -1,5 +0,0 @@
{% extends "!layout.html" %}
{%- block extrahead %}
<script type="text/javascript" src="http://ayni.ceph.com/public/js/ceph.js"></script>
{% endblock %}