diff --git a/doc/conf.py b/doc/conf.py index 2e5a5890..1cea37bc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -69,7 +69,7 @@ # -- Autodoc ------------------------------------------------------------------ -autodoc_default_flags = ['members', 'undoc-members', 'inherited-members'] +autodoc_default_options = {"members": None, 'undoc-members': None, 'inherited-members': None} autodoc_member_order = 'bysource' diff --git a/readthedocs.yaml b/readthedocs.yaml index f6274270..2f30d75a 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -8,3 +8,5 @@ build: python: install: - requirements: doc/requirements.txt + - method: pip + path: .