diff --git a/docs/_config.yml b/docs/_config.yml index 22d8934..0ec3e1c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -40,6 +40,7 @@ sphinx: mermaid_version: 10.1.0 extra_extensions: - 'sphinxcontrib.mermaid' + - 'sphinxcontrib.youtube' config: html_context: default_mode: light diff --git a/docs/index.md b/docs/index.md index e0479b2..dde122e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,6 +13,9 @@ following focus areas: This dashboard contains the results and information related to each focus area. +```{youtube} _RBIK_csy0w +``` + ## Table of Contents ```{tableofcontents} ``` diff --git a/docs/requirements.txt b/docs/requirements.txt index 0c10730..6a14231 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,17 +1,10 @@ -jupyter-book +jupyter-book==0.13.2 jupyter-cache -pydata-sphinx-theme==0.13.1 -matplotlib -numpy +pydata-sphinx-theme==0.8 sphinxcontrib.mermaid -pyyaml +sphinxcontrib.youtube==1.3 # attribute tables # import altair as alt datapane -pandas - -# network map -networkx -squarify -# pygraphviz \ No newline at end of file +pandas \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0f753de..245ab10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ jsonschema json-schema-for-humans +matplotlib +numpy pyyaml squarify \ No newline at end of file