-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cylc Config Metadata Directive #81
base: master
Are you sure you want to change the base?
Conversation
cylc/sphinx_ext/metadata/__init__.py
Outdated
# Load Global Config: | ||
if conf_path: | ||
env = os.environ | ||
sub = run( |
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.
Subprocess is used to decouple licences.
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.
The --json
approach is a nice way to handle this.
42c67be
to
26b2152
Compare
#85 will help with tests failures, but will still fail due to hieroglyph |
PR will never work without cylc/cylc-flow#6275 anyway. |
Requires cylc/cylc-flow#6275
Writes basic metadata directives to document with
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).?.?.x
branch.