diff options
author | shimizukawa <shimizukawa@gmail.com> | 2017-05-07 16:46:44 +0900 |
---|---|---|
committer | shimizukawa <shimizukawa@gmail.com> | 2017-05-14 20:47:15 +0900 |
commit | d497d743700704b10dc081c2a7d3508282155526 (patch) | |
tree | 34a509c10d38aff04d657a630582a880c5089aab /tests/root/autodoc_fodder.py | |
parent | 0512ebf2d45f5783755c3141754eac0f04755b9e (diff) | |
download | sphinx-git-d497d743700704b10dc081c2a7d3508282155526.tar.gz |
refs #3458: add sphinx.testing that are moved from /tests directory.
Diffstat (limited to 'tests/root/autodoc_fodder.py')
-rw-r--r-- | tests/root/autodoc_fodder.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/root/autodoc_fodder.py b/tests/root/autodoc_fodder.py deleted file mode 100644 index e5fd74139..000000000 --- a/tests/root/autodoc_fodder.py +++ /dev/null @@ -1,7 +0,0 @@ - -class MarkupError(object): - """ - .. note:: This is a docstring with a - small markup error which should have - correct location information. - """ |