readthedocs/readthedocs.org

The source code that powers readthedocs.org

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 7th, 2026
Created on August 16th, 2010
Open Issues & Pull Requests: 393 (+0)
GitHub issues: Enabled
Number of forks: 3,713
Total Stargazers: 8,386 (+0)
Total Subscribers: 240 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.9 hours
Mean response time: 90.0 days
90th percentile: 221.2 days
Tracked items: 577

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 56% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "Needed: more information" is answered fastest, typically in under an hour, while "Needed: documentation" waits about 5 days. 65% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 165
New in 7 days: 2
Closed in 7 days: 3
Avg open age: 923 days
Stale 30+ days: 148
Stale 90+ days: 136

Recent activity

Opened in 7 days: 2
Closed in 7 days: 2
Comments in 7 days: 1
Events in 7 days: 10

Top labels

  • Accepted (139)
  • Needed: design decision (133)
  • Improvement (118)
  • Needed: documentation (67)
  • Bug (62)
  • Feature (62)
  • Support (60)
  • Needed: more information (18)

Detailed Description

Read the Docs is a documentation hosting and automation platform that builds and serves documentation for open source projects and teams.

The tool solves the problem of maintaining documentation alongside evolving code by automating the build, versioning, and hosting workflow. It supports multiple documentation tools including Sphinx with reStructuredText and MkDocs with Markdown, pulling directly from Git repositories. When code is pushed, Read the Docs automatically rebuilds and republishes the documentation, implementing a "Docs as Code" philosophy that treats documentation with the same continuous integration rigor as source code itself.

Read the Docs suits open source projects hosting public documentation, teams maintaining internal or private documentation, and developers already using Sphinx, MkDocs, or similar tools who want to eliminate manual documentation deployment steps. The platform is particularly valuable for projects following continuous integration workflows, as it integrates seamlessly with GitHub and other Git hosting services through a straightforward setup that requires only granting repository access and adding a project through the web interface.

The project maintains active development with contributions welcomed from the community, supported by documented contribution guidelines and development setup instructions. The codebase includes automated testing infrastructure with build status and code coverage tracking, indicating ongoing quality assurance practices. Documentation for both users and contributors is maintained as part of the project itself, with a dedicated contribution page providing resources for getting involved.