Skip to content

Commit

Permalink
Change from mocking the sentry_sdk pkg import to putting in the rtd e…
Browse files Browse the repository at this point in the history
…nvironment

Because the rtd build still failed with the mock.
  • Loading branch information
douglatornell committed Oct 15, 2019
1 parent a30a01e commit 26501f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"salishseadocs": ("https://salishsea-meopar-docs.readthedocs.io/en/latest/", None),
}

autodoc_mock_imports = ["sentry_sdk"]
autodoc_mock_imports = []

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions env/environment-rtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dependencies:
- python>=3.6
- pip:
- pyramid
- sentry_sdk

0 comments on commit 26501f5

Please sign in to comment.