summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2021-10-04 00:11:00 -0700
committerGitHub <noreply@github.com>2021-10-04 15:11:00 +0800
commit91d670ff9353e1040ff87e369f3098167bd86ee0 (patch)
tree3185dbaf185fe958900a19a03ac3dd141a90c531 /doc
parent7c619dffbc33446d0ce02964753a8abebc984658 (diff)
downloadpyopenssl-91d670ff9353e1040ff87e369f3098167bd86ee0.tar.gz
Misc CI cleanups (#1045)
* Misc CI cleanups - Update branch names to match upstream - Drop py2 testing * Appease stricter checking in latest Sphinx to get CI passing again * Don't accidentally delete an important line from tox.ini * Give py2 support a brief stay of execution As requested by @reaperhulk on IRC
Diffstat (limited to 'doc')
-rw-r--r--doc/api/ssl.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 630ebfc..e788cf1 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -150,6 +150,7 @@ Context, Connection.
.. autoclass:: Context
+ :noindex:
.. autoclass:: Session
@@ -160,6 +161,7 @@ Context, Connection.
.. py:class:: Connection(context, socket)
+ :noindex:
A class representing SSL connections.