From c4bcfa4c491d9ee9a4e995bd3693cf2592694a74 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 30 Jul 2019 20:33:11 +0100 Subject: [PATCH] docs: migrate email list --- docs/ansible_detailed.rst | 27 +++++++++++++++++++++++---- docs/conf.py | 1 + 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/docs/ansible_detailed.rst b/docs/ansible_detailed.rst index e5bd0669..7fa2228d 100644 --- a/docs/ansible_detailed.rst +++ b/docs/ansible_detailed.rst @@ -79,7 +79,9 @@ Installation .. raw:: html -
+ + + Releases occur frequently and often include important fixes. Subscribe to the mitogen-announce @@ -87,13 +89,14 @@ Installation

- - -

+ + @@ -1375,3 +1378,19 @@ Despite the small margin for optimization, Mitogen still manages **6.2x less bandwidth and 1.8x less time**. .. image:: images/ansible/pcaps/costapp-uk-india.svg + + +.. raw:: html + + + diff --git a/docs/conf.py b/docs/conf.py index 11ef822a..2ee63aa8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,6 +9,7 @@ author = u'Network Genomics' copyright = u'2019, Network Genomics' exclude_patterns = ['_build'] extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput'] +html_show_copyright = False html_show_sourcelink = False html_show_sphinx = False html_sidebars = {'**': ['globaltoc.html', 'github.html']}