1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
From: Stephen Sinclair <radarsat1@gmail.com>
Date: Sun, 7 Jun 2020 08:09:53 +0000
Subject: Remove youtube links in documentation.
Privacy concerns.
---
docs/sphinx/conf.py.in | 2 --
docs/sphinx/video.rst | 3 ---
2 files changed, 5 deletions(-)
delete mode 100644 docs/sphinx/video.rst
diff --git a/docs/sphinx/conf.py.in b/docs/sphinx/conf.py.in
index 2e94138..7114c26 100644
--- a/docs/sphinx/conf.py.in
+++ b/docs/sphinx/conf.py.in
@@ -54,8 +54,6 @@ extensions = [
'sphinxcontrib.bibtex',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.githubpages',
- 'ytsphinx.youtube',
- #'sphinxcontrib.youtube',
]
with_python_wrapper = '@WITH_PYTHON_WRAPPER@' == 'ON'
diff --git a/docs/sphinx/video.rst b/docs/sphinx/video.rst
deleted file mode 100644
index b1ef18f..0000000
--- a/docs/sphinx/video.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-.. youtube:: 3I_BkFTqH8I
- :height: 200
-
|