From 6bcadb10c1a8860843728d2391683ef8f8d69a9d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Jan 2021 16:41:06 -0500 Subject: [PATCH] readthedocs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bdf671..62fef9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "ISC" readme = "README.md" repository = "https://github.com/replit/replit-py" homepage = "https://github.com/replit/replit-py" -documentation = "https://replit-python-docs.scoder12.repl.co" +documentation = "https://replit-py.readthedocs.org/" [tool.poetry.dependencies] python = "^3.8"