Commit da65208
committed
DEP: Break numpydoc.cli dependence on sphinx.
The only thing here that depends on sphinx is the
fn which uses docscrape_sphinx's version of get_doc_object.
If we switch to docscrape's version of get_doc_object, then the
resulting rendering is derived from NumpyDocString instead of
SphinxDocString.
Alternatively - this could be left as-is and the test_render tests
in could be importorskipped.1 parent c3f1676 commit da65208
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
| 577 | + | |
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| |||
0 commit comments