]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: drop ceph.js completely
authorKefu Chai <kchai@redhat.com>
Thu, 11 Feb 2021 15:40:56 +0000 (23:40 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 13 Feb 2021 02:18:58 +0000 (10:18 +0800)
these are leftovers of 7a62303b57150814ff465eb611b69b3b2e9f03f1

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/conf.py

index 4dc4b81c438770d16ba6bca45ee363e10b50a6bd..b0dc2da0755a9c28fb3de4bc545bfb8a79dca298 100644 (file)
@@ -147,13 +147,6 @@ breathe_doxygen_config_options = {
     'PREDEFINED': 'CEPH_RADOS_API= '
 }
 
-# edit_on_github options
-# the docs are rendered with github links pointing to master. the javascript
-# snippet in _static/ceph.js rewrites the edit links when a page is loaded, to
-# point to the correct branch.
-edit_on_github_project = 'ceph/ceph'
-edit_on_github_branch = 'master'
-
 # graphviz options
 graphviz_output_format = 'svg'
 
@@ -221,7 +214,6 @@ openapi_logger.setLevel(logging.WARNING)
 
 # handles edit-on-github and old version warning display
 def setup(app):
-    app.add_js_file('js/ceph.js')
     if ditaa is None:
         # add "ditaa" as an alias of "diagram"
         from plantweb.directive import DiagramDirective