diff --git a/docs/api/catalogs.rst b/docs/api/catalogs.rst index 90c22739..08cdfef9 100644 --- a/docs/api/catalogs.rst +++ b/docs/api/catalogs.rst @@ -3,5 +3,4 @@ .. automodule:: dependency_injector.catalogs :members: - :member-order: bysource :special-members: diff --git a/docs/api/errors.rst b/docs/api/errors.rst index c58cbf23..c37ad8f7 100644 --- a/docs/api/errors.rst +++ b/docs/api/errors.rst @@ -3,4 +3,3 @@ .. automodule:: dependency_injector.errors :members: - :member-order: bysource diff --git a/docs/api/injections.rst b/docs/api/injections.rst index d7ef5949..71884fe7 100644 --- a/docs/api/injections.rst +++ b/docs/api/injections.rst @@ -3,5 +3,4 @@ .. automodule:: dependency_injector.injections :members: - :member-order: bysource :inherited-members: diff --git a/docs/api/providers.rst b/docs/api/providers.rst index 5e47db10..4989b44e 100644 --- a/docs/api/providers.rst +++ b/docs/api/providers.rst @@ -3,5 +3,4 @@ .. automodule:: dependency_injector.providers :members: - :member-order: bysource :inherited-members: diff --git a/docs/api/top_level.rst b/docs/api/top_level.rst index 22e22af0..e679d4de 100644 --- a/docs/api/top_level.rst +++ b/docs/api/top_level.rst @@ -2,4 +2,4 @@ ----------------------- .. automodule:: dependency_injector - :members: VERSION + :members: VERSION diff --git a/docs/api/utils.rst b/docs/api/utils.rst index a999772e..38ea3b70 100644 --- a/docs/api/utils.rst +++ b/docs/api/utils.rst @@ -3,4 +3,3 @@ .. automodule:: dependency_injector.utils :members: - :member-order: bysource diff --git a/docs/conf.py b/docs/conf.py index c225b114..0b3a4a1f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -139,7 +139,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied @@ -295,3 +295,5 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False + +autodoc_member_order = 'bysource'