diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-14 22:24:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 22:24:27 +0900 |
commit | cd542fb2af2088fa63e4afb4ba83a12d04f830fb (patch) | |
tree | 2c773c1dec616b922879e481bafc6cf8e2f6aa5b /tests/roots/test-root/autodoc_fodder.py | |
parent | c50b130357c7e7b21fb2bcafc9408963b7f42655 (diff) | |
parent | 891178e8ed6cde1b7bf3048ca73b784caf96e010 (diff) | |
download | sphinx-git-cd542fb2af2088fa63e4afb4ba83a12d04f830fb.tar.gz |
Merge pull request #6061 from tk0miya/reduce_warnings_of_rootcase
test: Reduce warnings on building test-root
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. - """ |