[doc] hotfix on sphinxcontrib-youtube package which causes readthedocs to fail

This commit is contained in:
tangxifan 2023-05-04 10:03:10 +08:00
parent dc1f6cb322
commit 0e10727a5c
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
sphinxcontrib-bibtex<2.0.0
# Package required to embed youtube video
sphinxcontrib-yt
sphinxcontrib-youtube
# Package required to convert SVG for latex building
sphinxcontrib-svg2pdfconverter

View File

@ -26,7 +26,7 @@ import sphinx_rtd_theme
# For bibtex support
import sphinxcontrib.bibtex
# For embedded youtube
import sphinxcontrib.yt
import sphinxcontrib.youtube
# For converting SVG to PNG using rsvg
import sphinxcontrib.rsvgconverter
@ -57,7 +57,7 @@ extensions = [
'sphinx.ext.graphviz',
'sphinxcontrib.bibtex',
'sphinx.ext.autosectionlabel',
'sphinxcontrib.yt',
'sphinxcontrib.youtube',
'sphinxcontrib.rsvgconverter',
]