Dynatrace / alyeska

Alyeska /al-ee-EHS-kah/ n. A Data Pipeline Toolkit
Apache License 2.0
3 stars 0 forks source link

API Docs missing on readthedocs #17

Closed vogt4nick closed 5 years ago

vogt4nick commented 5 years ago

Describe the bug

The API Documentation is missing on readthedocs. Users can't actually use the documentation.

vogt4nick commented 5 years ago

We can fix it by adding

# docs/source/conf.py
...
extensions = "sphinx.ext.autodoc"

or adding "sphinx.ext.autodoc" to the existing list of extensions.

vogt4nick commented 5 years ago

Still not working. :(