1
0
Fork 0

docs: Add requirements file

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
spacecruft
Vasilis Tsiligiannis 2020-12-29 14:15:42 +02:00
parent 83f9b07e21
commit 18ff90735e
2 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,6 @@ python:
version: '3.8'
install:
- path: '.'
- requirements: 'docs/requirements.txt'
build:
image: 'latest'

View File

@ -0,0 +1,2 @@
sphinx_rtd_theme==0.4.3
Sphinx>2