diff options
Diffstat (limited to 'tests/roots/test-ext-doctest-with-autodoc/index.rst')
-rw-r--r-- | tests/roots/test-ext-doctest-with-autodoc/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/roots/test-ext-doctest-with-autodoc/index.rst b/tests/roots/test-ext-doctest-with-autodoc/index.rst new file mode 100644 index 0000000..09d1239 --- /dev/null +++ b/tests/roots/test-ext-doctest-with-autodoc/index.rst @@ -0,0 +1,4 @@ +.. automodule:: foo + :members: + +>>> 'index.rst:4' |