mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
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:
commit
6a93a30f0e
@ -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
|
||||
|
2
doc/_static/js/ceph.js
vendored
2
doc/_static/js/ceph.js
vendored
@ -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) {
|
||||
|
5
doc/_templates/layout.html
vendored
5
doc/_templates/layout.html
vendored
@ -1,5 +0,0 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{%- block extrahead %}
|
||||
<script type="text/javascript" src="http://ayni.ceph.com/public/js/ceph.js"></script>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user