diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-10-09 17:32:33 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-10-09 17:32:36 -0400 |
commit | 842adf958b5012c159fdf0725d0c2892f6a045fa (patch) | |
tree | c72e432d54c0baa49b387e5cb1b83528518ead85 /README.rst | |
parent | 6fe0db1f93e878d1b0bef29eef3666e0a51d5ec6 (diff) |
For some reason :rfc: blows up where :rfc-reference: does not
Only when running as part of my fullstack release task, specifically
when I load up sphinx+releases to parse the changelog.
Makes no sense at all but no time to really dig more...
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -41,7 +41,8 @@ personal site. <https://www.paramiko.org/installing.html>`_ for details. .. [#] - SSH is defined in :rfc:`4251`, :rfc:`4252`, :rfc:`4253` and :rfc:`4254`. The - primary working implementation of the protocol is the `OpenSSH project + SSH is defined in :rfc-reference:`4251`, :rfc-reference:`4252`, + :rfc-reference:`4253` and :rfc-reference:`4254`. The primary working + implementation of the protocol is the `OpenSSH project <http://openssh.org>`_. Paramiko implements a large portion of the SSH feature set, but there are occasional gaps. |