Skip to content
Snippets Groups Projects
Commit a2abf42e authored by Tim Stadtmann's avatar Tim Stadtmann
Browse files

Update sphinx-config files for new theme

parent 316ffee2
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
# #
import sphinx_bootstrap_theme
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('.'))
...@@ -149,7 +151,7 @@ todo_include_todos = True ...@@ -149,7 +151,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = 'classic' html_theme = 'bootstrap'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
...@@ -158,7 +160,8 @@ html_theme = 'classic' ...@@ -158,7 +160,8 @@ html_theme = 'classic'
# html_theme_options = {} # html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory. # Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = [] #html_theme_path = []
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# The name for this set of Sphinx documents. # The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default. # "<project> v<release> documentation" by default.
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
EV3-Toolbox for controlling Lego Mindstorms EV3 with MATLAB Toolbox for controlling Lego Mindstorms EV3 with MATLAB
=========================================================== =======================================================
Contents: Contents:
......
.. automodule:: source .. automodule:: source
.. |br| raw:: html
<br />
EV3 EV3
=== ===
...@@ -14,18 +17,9 @@ Motor ...@@ -14,18 +17,9 @@ Motor
:members: start, stop, syncedStart, syncedStop, waitFor, internalReset, resetTachoCount, setBrake, setProperties :members: start, stop, syncedStart, syncedStop, waitFor, internalReset, resetTachoCount, setBrake, setProperties
Enumerations
------------
.. autoclass:: BrakeMode
:members:
Sensor Sensor
====== ======
.. autoclass:: Sensor .. autoclass:: Sensor
:members: reset, setProperties :members: reset, setProperties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment