From e1e7eaa512c55cfbf14295df366bcfdf93af2f2a Mon Sep 17 00:00:00 2001 From: sydneyli Date: Mon, 11 Jun 2018 10:40:06 -0700 Subject: [PATCH] fix(postfix docs): add .rst files and fix build --- certbot-postfix/docs/api/installer.rst | 5 +++++ certbot-postfix/docs/api/postconf.rst | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 certbot-postfix/docs/api/installer.rst create mode 100644 certbot-postfix/docs/api/postconf.rst diff --git a/certbot-postfix/docs/api/installer.rst b/certbot-postfix/docs/api/installer.rst new file mode 100644 index 000000000..121d58d5b --- /dev/null +++ b/certbot-postfix/docs/api/installer.rst @@ -0,0 +1,5 @@ +:mod:`certbot_postfix.installer` +-------------------------------------- + +.. automodule:: certbot_postfix.installer + :members: diff --git a/certbot-postfix/docs/api/postconf.rst b/certbot-postfix/docs/api/postconf.rst new file mode 100644 index 000000000..917150e45 --- /dev/null +++ b/certbot-postfix/docs/api/postconf.rst @@ -0,0 +1,5 @@ +:mod:`certbot_postfix.postconf` +------------------------------- + +.. automodule:: certbot_postfix.postconf + :members: