Skip to content

Commit 1636241

Browse files
committed
more reqs
1 parent c5e06d8 commit 1636241

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/conf.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181

8282
# Enable markdown
83-
extensions.append("myst_parser")
83+
extensions.append("myst_nb")
8484

8585
# Configure MyST-Parser
8686
myst_enable_extensions = [
@@ -168,9 +168,11 @@
168168
todo_emit_warnings = True
169169

170170
autodoc_default_options = {
171-
'special-members': True,
172-
'undoc-members': False,
173-
'exclude-members': '__weakref__, __dict__, __str__, __module__, __annotations__'
171+
# 'members': 'var1, var2',
172+
# 'member-order': 'bysource',
173+
"special-members": True,
174+
"undoc-members": True,
175+
"exclude-members": "__weakref__, __dict__, __str__, __module__",
174176
}
175177

176178
autosummary_generate = True

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
furo
2+
myst-nb
23
# Requirements file for ReadTheDocs, check .readthedocs.yml.
34
# To build the module reference correctly, make sure every external package
45
# under `install_requires` in `setup.cfg` is also listed here!

0 commit comments

Comments
 (0)