summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-04-20 17:12:51 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-09-20 21:13:34 +0200
commit82db77e1a9c1d03534a9c0b73d51801ba7257240 (patch)
treed19e87bcb0d8128d3bc6396ee9406de9cd1e9012 /doc
parentc0b300a5e4532b549f18b5526604219d717e2582 (diff)
downloadm2crypto-82db77e1a9c1d03534a9c0b73d51801ba7257240.tar.gz
Change JavaDoc parameters to the Sphinx convention.
Diffstat (limited to 'doc')
-rw-r--r--doc/M2Crypto.rst8
-rw-r--r--doc/ZServerSSL-HOWTO.rst2
-rw-r--r--doc/conf.py2
-rw-r--r--doc/howto.ca.rst2
-rw-r--r--doc/howto.smime.rst2
-rw-r--r--doc/howto.ssl.rst2
6 files changed, 9 insertions, 9 deletions
diff --git a/doc/M2Crypto.rst b/doc/M2Crypto.rst
index b5f4c61..31a03ad 100644
--- a/doc/M2Crypto.rst
+++ b/doc/M2Crypto.rst
@@ -193,14 +193,6 @@ M2Crypto Package
:undoc-members:
:show-inheritance:
-:mod:`six` Module
------------------
-
-.. automodule:: M2Crypto.six
- :members:
- :undoc-members:
- :show-inheritance:
-
:mod:`threading` Module
-----------------------
diff --git a/doc/ZServerSSL-HOWTO.rst b/doc/ZServerSSL-HOWTO.rst
index d09426d..91ef5af 100644
--- a/doc/ZServerSSL-HOWTO.rst
+++ b/doc/ZServerSSL-HOWTO.rst
@@ -1,3 +1,5 @@
+:orphan:
+
.. _zserverssl-howto:
ZServerSSL-HOWTO
diff --git a/doc/conf.py b/doc/conf.py
index f5b7dff..d782515 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+# html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
diff --git a/doc/howto.ca.rst b/doc/howto.ca.rst
index 3c6b460..e950b59 100644
--- a/doc/howto.ca.rst
+++ b/doc/howto.ca.rst
@@ -1,3 +1,5 @@
+:orphan:
+
.. _howto-ca:
HOWTO: Creating your own CA with OpenSSL
diff --git a/doc/howto.smime.rst b/doc/howto.smime.rst
index dfd7abf..715e7c4 100644
--- a/doc/howto.smime.rst
+++ b/doc/howto.smime.rst
@@ -1,3 +1,5 @@
+:orphan:
+
.. _howto-smime:
HOWTO: Programming S/MIME in Python with M2Crypto
diff --git a/doc/howto.ssl.rst b/doc/howto.ssl.rst
index ab9b17d..7f3278c 100644
--- a/doc/howto.ssl.rst
+++ b/doc/howto.ssl.rst
@@ -1,3 +1,5 @@
+:orphan:
+
.. _howto-ssl:
HOWTO: Programming SSL in Python with M2Crypto