Examples of Read the Docs hosted documentation

Supercharge your Sphinx docs and impress your readers

Our powerful Sphinx hosting improves the reading and authoring experience for everyone who interacts with your documentation.

Create an account Start our tutorial

Collaborate with deploy previews

Receive feedback from your team, and have confidence in changes before they go live.

Always find what you need

Search across all your projects with our search-as-you-type interface, and quickly find the documentation and API reference information you need. Never lose documentation again.

Keep your focus with link previews

Provide context on every internal link in your docs with instant preview links. Skim the content without opening another tab.

Try it out

Upgrade your documentation with Read the Docs

.readthedocs.yaml
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.10"
    # You can also specify other tool versions:
    # nodejs: "16"

# Build documentation in the docs/ directory with Sphinx
sphinx:
   configuration: docs/conf.py

# Dependencies required to build your docs
python:
   install:
   - requirements: docs/requirements.txt
Create an account Sign up with GitHub or your email. Import your project Select your existing Git repositories with a 1-click interface. Add YAML config Copy this example, it probably does what you want 😉 Your docs build on every commit Like magic.

Get your docs online in 5 minutes.

Create an account