Skip to content
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

DOC: Handle RTD warnings that did not trigger fail_on_warning #137

Open
pllim opened this issue Sep 8, 2022 · 0 comments
Open

DOC: Handle RTD warnings that did not trigger fail_on_warning #137

pllim opened this issue Sep 8, 2022 · 0 comments

Comments

@pllim
Copy link
Member

pllim commented Sep 8, 2022

Despite this:

fail_on_warning: true

I see still these in the log:

.../numpydoc/docscrape.py:449: UserWarning: Unknown section Properties in the docstring of AtmosphericExtinction
in .../specreduce/calibration_data.py.

.../numpydoc/docscrape.py:449: UserWarning: Unknown section Improvements Needed in the docstring of KosmosTrace
in .../specreduce/tracing.py.

.../numpydoc/docscrape.py:449: UserWarning: Unknown section Properties in the docstring of Trace
in .../specreduce/tracing.py.

.../numpydoc/docscrape.py:449: UserWarning: Unknown section Properties in the docstring of Trace
in .../specreduce/tracing.py.

.../numpydoc/docscrape.py:449: UserWarning: Unknown section Improvements Needed in the docstring of KosmosTrace
in .../specreduce/tracing.py.

.../numpydoc/docscrape.py:449: UserWarning: Unknown section Properties in the docstring of AtmosphericExtinction
in .../specreduce/calibration_data.py.

They have to be handled properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant