diff --git a/doc/conf.py b/doc/conf.py index c1409b8c2..de08fc300 100755 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,6 @@ "sphinx.ext.graphviz", "sphinxcontrib.programoutput", "sphinx_inline_tabs", - "sphinx_rtd_theme", ] # Now, you can use the alias name as a new role, e.g. :issue:`123`. @@ -139,7 +138,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "furo" # 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 diff --git a/doc/doc-requirements.txt b/doc/doc-requirements.txt index b1c2da632..c61b55683 100644 --- a/doc/doc-requirements.txt +++ b/doc/doc-requirements.txt @@ -1,4 +1,4 @@ sphinx>=5.2.3 sphinxcontrib-programoutput -sphinx_rtd_theme sphinx-inline-tabs +furo diff --git a/doc/interfaces/vector.rst b/doc/interfaces/vector.rst index 56961e7e2..d3e2bed45 100644 --- a/doc/interfaces/vector.rst +++ b/doc/interfaces/vector.rst @@ -15,7 +15,9 @@ the bus or in a config file. Channel should be given as a list of channels starting at 0. Here is an example configuration file connecting to CAN 1 and CAN 2 for an -application named "python-can":: +application named "python-can": + +:: [default] interface = vector