Uh oh!
There was an error while loading. Please reload this page.
docs: Use sphinx-js - #248
Conversation
I created an initial draft of docs using If so I will split this out. |
kadler
commented
Apr 20, 2020
I think it's fine as-is. I set up a readthedocs project, but it's failing to build because sphinx-js is not installed by default. Can you add a docs/requirements.txt and add it to a (new) readthedocs config file. Then, the build should work and we can preview/review the docs at https://nodejs-itoolkit.readthedocs.io/en/use-sphinx-js/ |
abmusse
commented
Apr 21, 2020
@kadler I've added the requested files. Can you run another build? |
kadler
commented
Apr 21, 2020
|
Looks like we need to add @kadler Ok, I've specified the master_doc to be index.rst. Lets try another build. |
kadler
commented
Apr 21, 2020
The build has passed: https://nodejs-itoolkit.readthedocs.io/en/use-sphinx-js |
kadler
commented
Apr 21, 2020
I'd like to see the intro page be the pain page. Right now when you go to the docs you just get an index, which is not the best user experience / first impression. |
abmusse
commented
Apr 22, 2020
So I moved the contents of |
kadler
commented
Apr 22, 2020
FYI @abmusse there is a webhook setup already so any pushes automatically trigger a build. |
Resolves#95
We now use sphinx-js for documentation.