Hi, The youtube url is not getting embedded in the HTML page. No error message is being reported on the cmd.
I have performed the following steps in the below sequence- 1. Installed Sphinxcontrib.youtube extension through the pip install command. No error was reported on the terminal. 2. Added the extension to my confi.py in the following format:# Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = ['sphinxcontrib.youtube'] 3. Updated the .rst file with following syntax: .. youtube:: http://www.youtube.com/watch?v=Ql9sn3aLLlI 4. Build the project using 'make html'. Appreciate if anybody help me figure things out. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
