Skip to content

Commit 0ea71e8

Browse files
bugfixes autodoc
1 parent 37dd334 commit 0ea71e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ formats: []
1818

1919
# Optionally set the version of Python and requirements required to build your docs
2020
python:
21-
version: 3.7
21+
version: 3.8
2222
install:
2323
- requirements: docs_builder/requirements-docs.txt
2424
- method: pip

docs_builder/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __getattr__(cls, name):
7171
"../src/sbmlutils",
7272
]
7373
autoapi_type = "python"
74-
autoapi_ignore = ["*template*", "*test*", "*examples*"]
74+
autoapi_ignore = ["*template*"] #["*template*", "*test*", "*examples*"]
7575

7676

7777
# execution of notebooks

0 commit comments

Comments
 (0)