Add the readthedocs dependencies to environment.yml Potentially a solution to; - https://github.com/readthedocs/readthedocs.org/issues/6870 Hopefully fixes #43. Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
diff --git a/docs/environment.yml b/docs/environment.yml index e1b271c..c219d35 100644 --- a/docs/environment.yml +++ b/docs/environment.yml
@@ -11,5 +11,11 @@ - pygobject - yosys - netlistsvg -- pip: # Packages installed from PyPI +# ReadTheDoc dependencies +- mock +- pillow +- sphinx +- sphinx_rtd_theme +# Packages installed from PyPI +- pip: - -r file:requirements.txt