diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-02 20:58:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 20:58:36 -0400 |
commit | d8f4d5de6263020e250b6def2fea481d3ed9c7d0 (patch) | |
tree | 953904a7335c30f100d68eba1ef83908196d0f5b /setuptools/command/upload_docs.py | |
parent | 24286270cfd87e386d190be7a5af81ae67a69d37 (diff) | |
download | python-setuptools-git-d8f4d5de6263020e250b6def2fea481d3ed9c7d0.tar.gz |
spell out read the docs
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
Diffstat (limited to 'setuptools/command/upload_docs.py')
-rw-r--r-- | setuptools/command/upload_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/upload_docs.py b/setuptools/command/upload_docs.py index bcbaf233..7ee0221b 100644 --- a/setuptools/command/upload_docs.py +++ b/setuptools/command/upload_docs.py @@ -59,7 +59,7 @@ class upload_docs(upload): self.target_dir = None def finalize_options(self): - log.warn("Upload_docs command is deprecated. Use RTD instead.") + log.warn("Upload_docs command is deprecated. Use Read the Docs (https://readthedocs.org) instead.") upload.finalize_options(self) if self.upload_dir is None: if self.has_sphinx(): |