-
-
Notifications
You must be signed in to change notification settings - Fork 168
ENH: Enable validation during sphinx-build process #302
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
Changes from 12 commits
fbdf433
fd25d8f
b99e782
94f4121
eac0a72
27c013f
d105037
22c56f3
1472c6f
a1a7074
39f2f22
1b6b424
0cc6277
fd2122a
fd9b078
df6c15c
1d359d8
87dd52f
a13705c
55de340
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,14 @@ numpydoc_xref_ignore : set or ``"all"`` | |
desired cross reference mappings in ``numpydoc_xref_aliases`` and setting | ||
``numpydoc_xref_ignore="all"`` is more convenient than explicitly listing | ||
terms to ignore in a set. | ||
numpydoc_validate : bool | ||
Whether or not to run docstring validation during the sphinx-build process. | ||
Default is ``False``. | ||
numpydoc_validation_checks : set | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Last API idea -- do we even need There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you're right... I'll take a look. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think |
||
The set of validation checks to report during the sphinx build process. | ||
Only has an effect when ``numpydoc_validate = True``. | ||
By default, report warnings from all the validation checks provided by the | ||
:doc:`validation` module. | ||
numpydoc_edit_link : bool | ||
.. deprecated:: 0.7.0 | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.