Skip to content

Commit b7900dd

Browse files
committed
ReadTheDocs theme.
1 parent 223cbc6 commit b7900dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
_package_metadata = metadata('arduino_simple_rpc')
55

6+
html_theme = 'sphinx_rtd_theme'
67
author = _package_metadata['Author']
78
copyright = '2019, {}'.format(author)
89
project = _package_metadata['Name']

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docutils==0.17.1
2-
six
1+
docutils>=0.17.1
32
sphinx-argparse
43
sphinx-autodoc-typehints
4+
sphinx-rtd-theme

0 commit comments

Comments
 (0)