Skip to content

Commit

Permalink
adding sphinx-youtube extension and embedding intro video (#5065)
Browse files Browse the repository at this point in the history
  • Loading branch information
edshee authored Aug 10, 2023
1 parent edb219d commit ee0a3e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-mermaid==0.8.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-youtube==1.2.0
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'sphinx_toolbox.collapse',
'sphinx_copybutton',
'sphinx_togglebutton',
'sphinxcontrib.youtube'
]

sphinx_tabs_disable_tab_closing = True
Expand Down
4 changes: 4 additions & 0 deletions docs/source/contents/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Seldon V2 APIs provide a state of the art solution for machine learning inference which can be run locally on a laptop as well as on Kubernetes for production.

```{youtube} ar5lSG_idh4
:width: 100%
```

## Features

* A single platform for inference of wide range of standard and custom artifacts.
Expand Down

0 comments on commit ee0a3e1

Please sign in to comment.