```html Configuration Guide - Read the Docs
Read the Docs Guides

Configuration Guide

Customise your Read the Docs projects with our detailed project configuration options.

Configuration Concepts

Configuration Files

All Read the Docs configurations are set through .readthedocs.yml

Project Setup

You can set project options like the documentation builder, Python version, and environment options.

Basic Config


version: 2
sphinx:
    builder: html
    version: latest
    configuration: docs/conf.py

Use the .build format for advanced builds

Configuration Options

  • project: project name
  • versions
  • python environment options
  • environment setup options
  • custom theme

3D Configuration Preview

Advanced Usage

Multi-Project Builds

Multi-version builds

Configuration Options