From 45bf4876340d6f4d5c42e0290a27992f09a615c7 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 3 Aug 2018 18:27:40 -0400 Subject: [PATCH 1/2] Fix some typos in `docs/conf.py` When using our boilerplate solution shared on the rtfd issue tracker, accidentally replaced some crucial bits regarding ignored paths and our comment. This reverts those changes. --- docs/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d54a19c..dce0e9d 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -280,9 +280,13 @@ #texinfo_no_detailmenu = False +# Run sphinx-apidoc before building docs. def run_apidoc(_): ignore_paths = [ - ... + "../setup.py", + "../tests", + "../travis_pypi_setup.py", + "../versioneer.py" ] argv = [ From c622397bd3094b86747b36cd43e83c3eed291d50 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 3 Aug 2018 18:34:39 -0400 Subject: [PATCH 2/2] Fix underline length in `docs/index.rst` The underline for the title was one character too short. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index f431c10..97524e3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ Welcome to pysharedmem's documentation! -====================================== +======================================= Contents: