We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223cbc6 commit b7900ddCopy full SHA for b7900dd
docs/conf.py
@@ -3,6 +3,7 @@
3
4
_package_metadata = metadata('arduino_simple_rpc')
5
6
+html_theme = 'sphinx_rtd_theme'
7
author = _package_metadata['Author']
8
copyright = '2019, {}'.format(author)
9
project = _package_metadata['Name']
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-docutils==0.17.1
2
-six
+docutils>=0.17.1
sphinx-argparse
sphinx-autodoc-typehints
+sphinx-rtd-theme
0 commit comments