Skip to content
Snippets Groups Projects
Verified Commit 00a795be authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Install sphinx theme in CI

parent 87635639
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ doc:
image: python:3.7
script:
- pip install -r requirements.txt
- pip install sphinx
- cd doc
- pip install -r doc-requirements.txt
- sphinx-apidoc -o . ../nnfwtbn
- make html
- cp -a _build/html ../_public
......
sphinx
sphinx_rtd_theme
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment