Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build subtitles for subliminal #87

Closed
snauhaus opened this issue Apr 18, 2018 · 1 comment
Closed

Cannot build subtitles for subliminal #87

snauhaus opened this issue Apr 18, 2018 · 1 comment

Comments

@snauhaus
Copy link

snauhaus commented Apr 18, 2018

I tried to build the docs for subliminal but failed. I was hoping that maybe someone could point me to what I'm doing wrong.

cd subliminal/docs
mkdir html
sphinx-builder . html

returns

Running Sphinx v1.6.2

Exception occurred:
File "conf.py", line 19, in
import sphinx_rtd_theme
ModuleNotFoundError: No module named 'sphinx_rtd_theme'

Am I running sphinx wrong, or does something in subliminal need to be patched?

@hynek
Copy link
Owner

hynek commented Apr 18, 2018

Your Sphinx installation is lacking the sphinx_rtd_theme module which you have to install using pip. This has nothing to do with doc2dash tho so I’m closing this.

@hynek hynek closed this as completed Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants