summaryrefslogtreecommitdiff
path: root/tests/py35/test_autodoc_py35.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-09-09 19:26:48 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-09-09 19:26:48 +0900
commit02afc357ef530910b136396e611bf66351af1901 (patch)
tree4b8ffdf6879429c3b03778699bc3528411de8228 /tests/py35/test_autodoc_py35.py
parent85d954cb96feb57b8c7c4e8fc97630a83dcda393 (diff)
parentd1eecb1307c882108ade2ecaef6b6c6d6e99c082 (diff)
downloadsphinx-git-02afc357ef530910b136396e611bf66351af1901.tar.gz
Merge branch '1.8'
Diffstat (limited to 'tests/py35/test_autodoc_py35.py')
-rw-r--r--tests/py35/test_autodoc_py35.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py35/test_autodoc_py35.py b/tests/py35/test_autodoc_py35.py
index b62d841a9..5064970e6 100644
--- a/tests/py35/test_autodoc_py35.py
+++ b/tests/py35/test_autodoc_py35.py
@@ -18,7 +18,7 @@ import six
from docutils.statemachine import ViewList
from six import StringIO
-from sphinx.ext.autodoc import FunctionDocumenter, ALL
+from sphinx.ext.autodoc import FunctionDocumenter, ALL, Options
from sphinx.testing.util import SphinxTestApp, Struct
from sphinx.util import logging
from sphinx.util import save_traceback # NOQA
@@ -50,7 +50,7 @@ def setup_test():
global options, directive
global processed_docstrings, processed_signatures
- options = Struct(
+ options = Options(
inherited_members = False,
undoc_members = False,
private_members = False,