-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Sphinx to autogenerate user-facing docs #114
Conversation
Rebase on |
Codecov Report
@@ Coverage Diff @@
## main #114 +/- ##
=======================================
Coverage 95.33% 95.33%
=======================================
Files 35 35
Lines 1952 1952
=======================================
Hits 1861 1861
Misses 91 91 Continue to review full report at Codecov.
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | ||
# ones. | ||
extensions = [ | ||
"autoapi.extension", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://readthedocs.org/projects/astronomer-providers/builds/16358761/ is failing.
You should add this dependency to setup.cfg
and include it in a new extra: doc
and install it for readthedocs.yml
… index.rst and providers.rst
c3e68c3
to
4a08427
Compare
I made some changes via the following commits @sunank200 |
Use Sphinx and Sphinx auto-api extension to autogenerate docs to achieve the following:
closes: #64