From 264f6ae4b98f49912d6d08d1df4aa1b0249c5dfb Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Tue, 18 Oct 2016 21:14:47 -0400 Subject: [PATCH] Work around a sphinx bug. --- doc/numpy/index.rst | 1 - doc/numpy/reference/index.rst | 1 - doc/numpy/tutorial/index.rst | 1 - 3 files changed, 3 deletions(-) diff --git a/doc/numpy/index.rst b/doc/numpy/index.rst index 280acd41..bb3b623e 100644 --- a/doc/numpy/index.rst +++ b/doc/numpy/index.rst @@ -7,7 +7,6 @@ Welcome to the documentation of the Boost.Python NumPy extension! ================================================================= .. toctree:: - :name: mastertoc :maxdepth: 2 Tutorial diff --git a/doc/numpy/reference/index.rst b/doc/numpy/reference/index.rst index 6e8f65c8..5c0d852d 100644 --- a/doc/numpy/reference/index.rst +++ b/doc/numpy/reference/index.rst @@ -2,7 +2,6 @@ Boost.Python NumPy extension Reference ====================================== .. toctree:: - :name: reftoc :maxdepth: 2 dtype diff --git a/doc/numpy/tutorial/index.rst b/doc/numpy/tutorial/index.rst index 2a07b45a..3de2ef53 100644 --- a/doc/numpy/tutorial/index.rst +++ b/doc/numpy/tutorial/index.rst @@ -2,7 +2,6 @@ Boost.Python NumPy extension Tutorial ===================================== .. toctree:: - :name: tuttoc :maxdepth: 2 simple