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
Branches
Tags
No related merge requests found
#!/usr/bin/python
......@@ -16,6 +16,8 @@
# 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.
#
import sphinx_bootstrap_theme
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
......@@ -149,7 +151,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# 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
# further. For a list of options available for each theme, see the
......@@ -158,7 +160,8 @@ html_theme = 'classic'
# html_theme_options = {}
# 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.
# "<project> v<release> documentation" by default.
......
......@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
EV3-Toolbox for controlling Lego Mindstorms EV3 with MATLAB
===========================================================
Toolbox for controlling Lego Mindstorms EV3 with MATLAB
=======================================================
Contents:
......
.. automodule:: source
.. |br| raw:: html
<br />
EV3
===
......@@ -14,18 +17,9 @@ Motor
:members: start, stop, syncedStart, syncedStop, waitFor, internalReset, resetTachoCount, setBrake, setProperties
Enumerations
------------
.. autoclass:: BrakeMode
:members:
Sensor
======
.. autoclass:: Sensor
:members: reset, setProperties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment