Skip to content

Commit

Permalink
spell out read the docs
Browse files Browse the repository at this point in the history
Co-authored-by: Pradyun Gedam <[email protected]>
  • Loading branch information
jaraco and pradyunsg authored Aug 3, 2022
1 parent 2428627 commit d8f4d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/command/upload_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def initialize_options(self):
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():
Expand Down

0 comments on commit d8f4d5d

Please sign in to comment.