From 2789d85840bc5d0de8a0f5bda773a6807b00d045 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 1 Jul 2019 10:43:56 -0500 Subject: [PATCH] Update rtfd -> readthedocs --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d0f2ed5acdb..b6f12e58068 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,7 +91,7 @@ def get_version(): autosectionlabel_prefix_document = True # sphinx-notfound-page -# https://github.com/rtfd/sphinx-notfound-page +# https://github.com/readthedocs/sphinx-notfound-page notfound_context = { 'title': 'Page Not Found', 'body': ''' diff --git a/setup.cfg b/setup.cfg index 916b440b136..3c321900d95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,6 +25,6 @@ include_package_data = True zip_safe = False [tool:release] -github_owner = rtfd +github_owner = readthedocs github_repo = readthedocs.org