Closed humitos closed 2 months ago
Are you not using npm run dev
? There shouldn't be any manual commands necessary for development like that. The changes here look like they'll be usable either way, npm run dev
doesn't do anything special during the Sphinx build.
Are you not using
npm run dev
?
Interesting. I was not using this. I just tested it and it works great 💯
Use a mocked JSON to trigger the event that Read the Docs Addons triggers when serving docs on production.
You can build the docs via:
and then open http://127.0.0.1:8000 locally to see it in action.
Closes #1605