Skip to content

Commit

Permalink
Add youtube embedded video extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Nov 14, 2023
1 parent 29ce088 commit 6ad0143
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sphinx:
mermaid_version: 10.1.0
extra_extensions:
- 'sphinxcontrib.mermaid'
- 'sphinxcontrib.youtube'
config:
html_context:
default_mode: light
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```
15 changes: 4 additions & 11 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
pandas
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
jsonschema
json-schema-for-humans
matplotlib
numpy
pyyaml
squarify

0 comments on commit 6ad0143

Please sign in to comment.