Commit 8b998a27 authored by Milosz Malczak's avatar Milosz Malczak

docs: updated conf.py and .readthedocs to build autodoc

parent 3f5bf978
......@@ -22,6 +22,8 @@ python:
version: 3.7
install:
- requirements: docs/requirements.txt
system_packages: true
# Exclude all submodules, they are not needed for documentation
submodules:
......
......@@ -16,7 +16,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
soft_dir = '/home/milosz/Projects/distributed_oscilloscope/software/DistributedOscilloscope/'
soft_dir = '../software/DistributedOscilloscope/'
import os
import sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment