[doc] hotfix on sphinxcontrib-youtube package which causes readthedocs to fail
This commit is contained in:
parent
dc1f6cb322
commit
0e10727a5c
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue