Allow YouTube video demo links to be added to appropriate pgAdmin documentation. #5563

This commit is contained in:
Aditya Toshniwal
2022-12-19 10:45:45 +05:30
committed by GitHub
parent 45aa274a9e
commit cbea043ca1
6 changed files with 14 additions and 2 deletions

View File

@@ -206,6 +206,7 @@ virtual environment. This can be installed with the pip package manager:
```bash
$ source venv/bin/activate
(venv) $ pip install Sphinx
(venv) $ pip install sphinxcontrib-youtube
```
The docs can then be built using the Makefile in *$PGADMIN4_SRC*, e.g.