[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
|
sphinxcontrib-bibtex<2.0.0
|
||||||
|
|
||||||
# Package required to embed youtube video
|
# Package required to embed youtube video
|
||||||
sphinxcontrib-yt
|
sphinxcontrib-youtube
|
||||||
|
|
||||||
# Package required to convert SVG for latex building
|
# Package required to convert SVG for latex building
|
||||||
sphinxcontrib-svg2pdfconverter
|
sphinxcontrib-svg2pdfconverter
|
||||||
|
|
|
@ -26,7 +26,7 @@ import sphinx_rtd_theme
|
||||||
# For bibtex support
|
# For bibtex support
|
||||||
import sphinxcontrib.bibtex
|
import sphinxcontrib.bibtex
|
||||||
# For embedded youtube
|
# For embedded youtube
|
||||||
import sphinxcontrib.yt
|
import sphinxcontrib.youtube
|
||||||
# For converting SVG to PNG using rsvg
|
# For converting SVG to PNG using rsvg
|
||||||
import sphinxcontrib.rsvgconverter
|
import sphinxcontrib.rsvgconverter
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ extensions = [
|
||||||
'sphinx.ext.graphviz',
|
'sphinx.ext.graphviz',
|
||||||
'sphinxcontrib.bibtex',
|
'sphinxcontrib.bibtex',
|
||||||
'sphinx.ext.autosectionlabel',
|
'sphinx.ext.autosectionlabel',
|
||||||
'sphinxcontrib.yt',
|
'sphinxcontrib.youtube',
|
||||||
'sphinxcontrib.rsvgconverter',
|
'sphinxcontrib.rsvgconverter',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue