cedadev / jasmin_scivm

9 stars 0 forks source link

add sphinx #121

Closed alaniwi closed 7 years ago

alaniwi commented 7 years ago

Add sphinx: http://sphinx-doc.org/install.html User requested. (Ticket 14056.)

alaniwi commented 7 years ago

Clean build in venv and import.

alaniwi commented 7 years ago

Clean build and import but running sphinx-build gives

The 'typing' distribution was not found and is required by Sphinx
alaniwi commented 7 years ago

Another runtime dependency:

pkg_resources.DistributionNotFound: The 'sphinxcontrib-websupport' distribution was not found and is required by Sphinx
alaniwi commented 7 years ago

And now imagesize

alaniwi commented 7 years ago

And now alabaster<0.8,>=0.7

alaniwi commented 7 years ago

And now babel!=2.0,>=1.3

alaniwi commented 7 years ago

And now snowballstemmer>=1.1.

Will find whole list of dependencies before continuing, to check if this is feasible, rather than fixing one by one.