Skip to content

Commit

Permalink
chore: update to png to preserve fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Sep 26, 2022
1 parent d4ef591 commit 0393c6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added docs/source/_static/img/interceptor-flow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/source/_static/img/interceptor-flow.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/guides/grpc.rst
Expand Up @@ -1118,7 +1118,7 @@ BentoML comes with a sets of built-in *async interceptors* to provide support fo

The following diagrams demonstrates the flow of a gRPC request from client to server:

.. image:: /_static/img/interceptor-flow.svg
.. image:: /_static/img/interceptor-flow.png
:alt: Interceptor Flow

Since interceptors are executed in the order they are added, users interceptors will be executed after the built-in interceptors.
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs-requirements.txt
@@ -1,6 +1,6 @@
# Docs dependencies
-r tests-requirements.txt
sphinx==4.5.0
sphinx>=5
setuptools==60.0.0
myst-parser
sphinx-click>=3.0.2
Expand Down

0 comments on commit 0393c6b

Please sign in to comment.