diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-01 01:09:17 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-01 01:09:17 +0900 |
commit | f1f6ca8cc95a687b289c73a05d3b0d95efa3d764 (patch) | |
tree | 7bd2c848836315c3bef89d8d0d2ca23054c914b2 /tests/test_ext_graphviz.py | |
parent | e8402bf0ee1925012f10687838551e7b4b1068b0 (diff) | |
parent | 2426cedb8b12b7a59270e55f2f26d63d0014a28f (diff) | |
download | sphinx-git-f1f6ca8cc95a687b289c73a05d3b0d95efa3d764.tar.gz |
Merge branch 'happy_new_year' into master
Diffstat (limited to 'tests/test_ext_graphviz.py')
-rw-r--r-- | tests/test_ext_graphviz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_graphviz.py b/tests/test_ext_graphviz.py index 118e6abe2..762add6f0 100644 --- a/tests/test_ext_graphviz.py +++ b/tests/test_ext_graphviz.py @@ -5,7 +5,7 @@ Test sphinx.ext.graphviz extension. - :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |