Support ReadTheDocs
See original GitHub issueIt would be great if Jupyter Books could be built on ReadTheDocs. This would allow people to easily host their book content online, and would also benefit from other features in the readthedocs ecosystem.
As RTD builds Sphinx natively, this shouldn’t be too difficult. But we might run into some snags somewhere. I remember another issue having some discussion of this but I cannot find it, so I’m opening this “meta” issue to be more easily-findable, and we can link out to specific issues from here.
cc RTD folks @ericholscher @humitos @stsewd
and @chrisjsewell who mentioned that he wanted to see this happen soon!
ToDo
- Ensure that Jupyter Book builds with the various configuration options that are available in RTD (e.g. PDF, epub, etc)
- Make sure there are no edge-cases that make it unstable for RTD
- Get RTD to support the build command of Jupyter Book (
jupyter-book build ./mybook
) - Document this integration
- Write a blog post! (maybe showing off some nifty RTD-specific stuff like
sphinx-hoverxref
?)
PRs
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:15 (12 by maintainers)
Top Results From Across the Web
Site Support - Read the Docs
We offer priority support with Read the Docs for Business and we have a dedicated team that responds to support requests during business...
Read more >Sign In | Read the Docs
Read the Docs. Sign In. If you have not created an account yet, then please sign up first. Login: Password: Remember Me: Sign...
Read more >Read the Docs: Home
Read the Docs simplifies technical documentation by automating building, ... Host over 80,000 open source projects and support over 100,000 users ...
Read more >Technical Help | Read the Docs
Technical Help · Overview · Downloads · Search · Builds · Versions. Versions. latest. Repository ... Project Slug. technical-help. Last Built.
Read more >Read the Docs Documentation
Read the Docs supports configuring your documentation builds with a YAML file. The configuration file must be in.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I took a quick pass and made some minor edits, it looks good to me! thanks 😃
Hi folks! I just tried this out and it works beautifully, even though it was my first time configuring pre-commit on a repository for real. The result lives here:
https://jb-on-rtd.readthedocs.io/ (sources https://github.com/astrojuanlu/jupyterbook-on-read-the-docs)
Sure thing! Will share a draft later today or tomorrow 🚀