summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-07-28 16:00:29 -0500
committersommersoft <sommersoft@gmail.com>2019-07-28 16:00:29 -0500
commit8c759628502687f3638acca088ad9b9da942f48d (patch)
treeea479fcf4a080e3c8f401e039916d8fce7c7f929
parentd489c7a0579d13d29d42f29d6284cf51e57013d5 (diff)
add ':noindex:' to micropy's 'network.rst' to avoid sphinx conflict
-rw-r--r--docs/library/network.rst1
1 files changed, 1 insertions, 0 deletions
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