The documentation infrastructure layer. Stop hand-rolling your docs infrastructure. Versioning, previews, search, SSO, translations, and CDN hosting — built and maintained so your team doesn’t have to.

Get started for free Explore features
A terminal executing Git commands to build multiple versions of documentation

For engineering teams Private docs, SSO, audit logs, and a 30-day free trial.

Your engineering team shouldn’t run a docs platform team. We handle the infrastructure so your writers and developers ship documentation, not pipelines.

Start your free trial

For open source projects Free forever. No limits on builds or versions.

We’ve hosted open source documentation since 2010. Flask, Jupyter, Godot, and thousands more trust us to keep their docs online and searchable.

Host your project

Ship versions without breaking the old ones

Every branch and tag becomes a version automatically, with canonical URLs, redirects, and a version flyout your users already know how to use.

Catch doc regressions before you merge

Every pull request gets a live preview build with a visual diff against production. Review rendered output, not raw markup.

Your content stays yours

Your source of truth stays in Git. We don’t lock your content inside an editor. Private docs, SSO, per-team permissions, and audit logs.

Flyout showing versions of a documentation project

Versioned docs that match your release cycle

Users of your v1.x shouldn’t be reading v2.0 docs. We build every branch, every tag, and give each version its own URL. A flyout menu lets readers switch between versions instantly.

Learn about versioning
Visual diff between two versions

Review every change before it ships

Open a pull request and we build a full preview of the docs, complete with a visual diff so reviewers see exactly what readers will see. No guessing.

Learn about PR previews

We’re the substrate your AI layer sits on. Ready for the AI-powered documentation era.

Every project gets llms.txt and Markdown exports so your agents and search tools can read your docs natively. We don’t train on your content, we don’t lock you into a chat widget, and we don’t charge extra for LLM access. Bring Kapa, Inkeep, your own RAG pipeline, or nothing at all.

Infrastructure you can plan a decade around. We’ve been running this since 2010 and we plan to run it in 2035. Your docs will outlive whatever authoring tool you pick.

55M+
pages served / month
80k+
projects hosted
100k+
writers & developers
15 yrs
in production

What’s inside the infrastructure layer

Works with your tool

First-class support for Sphinx, MkDocs, and Jupyter Book. Flexible enough to run anything that outputs HTML.

Integrated search

Fast, typo-tolerant search across every version and project, with a search API for your own UI.

Pull request previews

Every PR gets a live build and a visual diff so reviewers see the rendered output before merge.

Versioned docs

Automatically build versions from any branch or tag, with stable URLs and redirects.

Private repository support Paid plan feature

Clone private repositories from GitHub, GitLab, or Bitbucket. Keep internal docs internal.

Single sign-on Paid plan feature

SSO with GitHub, GitLab, or Google Workspace. Manage permissions in one place instead of six.

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.
Read the Docs plays a large part in enabling a small volunteer team to maintain our docs. Without the generous Community plan, we couldn’t have afforded anything close to the CI/build resources that we got with Read the Docs.
Read the Docs is a critical component of the open source software ecosystem. And their PR builds are the best and most trustworthy implementation out there.

Get your docs online in 5 minutes.

Create an account