Examples of Read the Docs hosted documentation

The best deployment solution for MkDocs projects

Automatically deploy powerful search, versioning, and collaboration to your MkDocs projects.

Create an account See a demo

Easily share 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 never lose documentation again.

Supports any MkDocs theme

We support all themes, including the popular Material for MkDocs.

Try it out

Upgrade your documentation with Read the Docs

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

# Build documentation with Mkdocs
mkdocs:
   configuration: mkdocs.yml

# Dependencies required to build your docs
python:
   install:
   - requirements: 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.

Import your MkDocs project today.

Create an account