Skip to content

Commit

Permalink
fix: incomplete documentation builds (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
torsdag committed Oct 26, 2023
1 parent 361fa30 commit cff1d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -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'


Expand Down
2 changes: 2 additions & 0 deletions readthedocs.yaml
Expand Up @@ -8,3 +8,5 @@ build:
python:
install:
- requirements: doc/requirements.txt
- method: pip
path: .

0 comments on commit cff1d32

Please sign in to comment.