Commit b06a55ae authored by Milosz Malczak's avatar Milosz Malczak

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

parent e22dfa8d
......@@ -22,6 +22,8 @@ python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
system_packages: true
......
......@@ -3,7 +3,8 @@ from setuptools import setup, find_packages
setup(
name="DistributedOscilloscope",
version="1.0.0",
packages=['DistributedOscilloscope.server',
packages=['DistributedOscilloscope',
'DistributedOscilloscope.server',
'DistributedOscilloscope.utilities',
'DistributedOscilloscope.applications.pyqt_app',
'DistributedOscilloscope.applications.tests',
......
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