-
Notifications
You must be signed in to change notification settings - Fork 3
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
📝 [open-zaak/open-zaak#1649] Document envvars #206
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #206 +/- ##
=======================================
Coverage 96.79% 96.79%
=======================================
Files 143 143
Lines 6272 6272
=======================================
Hits 6071 6071
Misses 201 201 ☔ View full report in Codecov by Sentry. |
cefabbf
to
a5fb7d8
Compare
af6279b
to
9e12992
Compare
.github/workflows/ci.yml
Outdated
run: pip install -r requirements/ci.txt pytest | ||
- name: Generate environment variable documentation using OAf and check if it was updated | ||
run: | | ||
python src/manage.py generate_envvar_docs --file docs/installation/config.rst --exclude-group Celery |
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.
Let's have a bash file with it, it can be useful for generating docs
Too bad it seems impossible to add it as sphinx event
9e12992
to
f7fa322
Compare
replace the manual envvar docs with OAf `generate_envvar_docs`, this ensure that generic envvars that are used by every component are documented centrally in OAF and custom envvars can be documented in the code where they are declared
f7fa322
to
5ed27fe
Compare
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.
Looks nice and neat
Fixes open-zaak/open-zaak#1649 partially
Changes