remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.32k stars 141 forks source link

Update ReadTheDocs config to use the new build images #1268

Closed raucao closed 1 year ago

raucao commented 2 years ago

It's now possible to ditch all the custom workarounds and environment and just specify a node.js version as well as npm packages to install, like so:

build:
  os: ubuntu-22.04
  tools:
    python: "3.9"
    nodejs: "16"
  jobs:
    post_install:
      - npm install -g jsdoc

https://github.com/readthedocs/readthedocs.org/issues/3069#issuecomment-1130049390

Hopefully this also fixes the builds being broken again (and more sustainably).