Skip to content

Commit cff1d32

Browse files
authored
fix: incomplete documentation builds (#24)
1 parent 361fa30 commit cff1d32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
# -- Autodoc ------------------------------------------------------------------
7171

72-
autodoc_default_flags = ['members', 'undoc-members', 'inherited-members']
72+
autodoc_default_options = {"members": None, 'undoc-members': None, 'inherited-members': None}
7373
autodoc_member_order = 'bysource'
7474

7575

readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ build:
88
python:
99
install:
1010
- requirements: doc/requirements.txt
11+
- method: pip
12+
path: .

0 commit comments

Comments
 (0)