readthedocs / readthedocs-sphinx-search

Deprecated: Enable search-as-you-type feature for docs hosted by RTD.
https://readthedocs-sphinx-search.readthedocs.io/
MIT License
33 stars 16 forks source link

Fix docs #102

Closed astrojuanlu closed 3 years ago

astrojuanlu commented 3 years ago

@humitos @stsewd What would be the recommended way to install Node.js packages with the new build specification? I get this error, probably because jsdoc was installed in the old images:

sphinx.errors.SphinxError: jsdoc was not found. Install it using "npm install -g jsdoc".

Sphinx error:
jsdoc was not found. Install it using "npm install -g jsdoc".
astrojuanlu commented 3 years ago
The conflict is caused by:
    The user requested docutils==0.17.1
    sphinx 4.2.0 depends on docutils<0.18 and >=0.14
    sphinx-tabs 3.2.0 depends on docutils~=0.16.0

🤬

astrojuanlu commented 3 years ago

This finally looks good again ✔️