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