diff --git a/doc/common/conf.py b/doc/common/conf.py index be427c2..78c68d6 100644 --- a/doc/common/conf.py +++ b/doc/common/conf.py @@ -258,7 +258,17 @@ latex_documents = [ author, 'manual'), ] -# -- Options for manual page output --------------------------------------- +# -- Content control ----------------------------------------------------- + + +exclude_patterns = [ + 'ev3devices.rst', + 'hubs/ev3brick.rst', + 'media.rst', + 'messaging.rst', + 'nxtdevices.rst' +] + # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). diff --git a/doc/main/hubs/index.rst b/doc/main/hubs/index.rst index e354713..99ecdcc 100644 --- a/doc/main/hubs/index.rst +++ b/doc/main/hubs/index.rst @@ -11,7 +11,6 @@ cityhub technichub primehub - ev3brick .. pybricks-classlink:: MoveHub @@ -43,9 +42,3 @@ :height: 10 em :target: primehub.html -.. pybricks-classlink:: EV3Brick - -.. figure:: ../../main/images/ev3brick.png - :height: 10 em - :target: ev3brick.html - diff --git a/doc/main/index.rst b/doc/main/index.rst index 80c0569..492c18b 100644 --- a/doc/main/index.rst +++ b/doc/main/index.rst @@ -70,14 +70,10 @@ findings on our `support page`_ so we can make Pybricks even better. hubs/index pupdevices/index - ev3devices - nxtdevices iodevices/index parameters/index tools/index robotics - media - messaging geometry .. toctree::