diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-03 22:10:43 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-14 02:20:55 +0900 |
commit | 891178e8ed6cde1b7bf3048ca73b784caf96e010 (patch) | |
tree | 52784bb45ac30de56b1cd758757f14f18cbf8ab6 /tests/roots/test-root/autodoc_fodder.py | |
parent | 973fbb81e48f1574741c9babebd5d8b7a036e8cb (diff) | |
download | sphinx-git-891178e8ed6cde1b7bf3048ca73b784caf96e010.tar.gz |
test: Reduce warnings on building test-root
Note: all warnings are tested on test-warnings.
Diffstat (limited to 'tests/roots/test-root/autodoc_fodder.py')
-rw-r--r-- | tests/roots/test-root/autodoc_fodder.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/roots/test-root/autodoc_fodder.py b/tests/roots/test-root/autodoc_fodder.py deleted file mode 100644 index e5fd74139..000000000 --- a/tests/roots/test-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. - """ |