From 8c759628502687f3638acca088ad9b9da942f48d Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sun, 28 Jul 2019 16:00:29 -0500 Subject: add ':noindex:' to micropy's 'network.rst' to avoid sphinx conflict --- docs/library/network.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/library/network.rst') diff --git a/docs/library/network.rst b/docs/library/network.rst index d25f9f388..cdcc5f323 100644 --- a/docs/library/network.rst +++ b/docs/library/network.rst @@ -5,6 +5,7 @@ .. include:: ../templates/unsupported_in_circuitpython.inc .. module:: network + :noindex: :synopsis: network configuration This module provides network drivers and routing configuration. To use this -- cgit v1.2.3