Skip to content

Commit

Permalink
The Sphinx Napoleon extension now needs to be imported differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Apr 26, 2023
1 parent 170dd54 commit e1e4fc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx_rtd_theme",
"sphinxcontrib.napoleon",
"sphinx.ext.napoleon",
]

autodoc_mock_imports: list[str] = ["typer", "pydantic", "sqlalchemy"]
Expand Down
Empty file added tests/examples/omop/config.yaml
Empty file.

0 comments on commit e1e4fc2

Please sign in to comment.