diff options
author | Kefu Chai <kchai@redhat.com> | 2020-02-28 04:33:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 04:33:05 +0100 |
commit | 6a93a30f0e75f0836a418aa9a47e6677b711e26f (patch) | |
tree | 966159e0a28e0b54f79c5fd476efe6586e900bc0 /admin | |
parent | Merge PR #33554 into master (diff) | |
parent | doc: drop http://ayni.ceph.com/public/js/ceph.js (diff) | |
download | ceph-6a93a30f0e75f0836a418aa9a47e6677b711e26f.tar.xz ceph-6a93a30f0e75f0836a418aa9a47e6677b711e26f.zip |
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>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/doc-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index d52f8dee0ed..cc6230d9c2d 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -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 |