Skip to content

Commit 50b1709

Browse files
authored
Use furo html theme for documentation (hardbyte#1443)
1 parent 2e2f157 commit 50b1709

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"sphinx.ext.graphviz",
5050
"sphinxcontrib.programoutput",
5151
"sphinx_inline_tabs",
52-
"sphinx_rtd_theme",
5352
]
5453

5554
# Now, you can use the alias name as a new role, e.g. :issue:`123`.
@@ -139,7 +138,7 @@
139138

140139
# The theme to use for HTML and HTML Help pages. See the documentation for
141140
# a list of builtin themes.
142-
html_theme = "sphinx_rtd_theme"
141+
html_theme = "furo"
143142

144143
# Theme options are theme-specific and customize the look and feel of a theme
145144
# further. For a list of options available for each theme, see the

doc/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx>=5.2.3
22
sphinxcontrib-programoutput
3-
sphinx_rtd_theme
43
sphinx-inline-tabs
4+
furo

doc/interfaces/vector.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ the bus or in a config file.
1515
Channel should be given as a list of channels starting at 0.
1616

1717
Here is an example configuration file connecting to CAN 1 and CAN 2 for an
18-
application named "python-can"::
18+
application named "python-can":
19+
20+
::
1921

2022
[default]
2123
interface = vector

0 commit comments

Comments
 (0)