Skip to content

Commit 8a0d580

Browse files
committed
ref: Killed in-repo docs
1 parent 707fe48 commit 8a0d580

14 files changed

+0
-1134
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
/deps
33
erl_crash.dump
44
*.ez
5-
/docs/_build
6-
/doc
75
.DS_Store

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "docs/_sentryext"]
2-
path = docs/_sentryext
3-
url = https://github.com/getsentry/sentry-doc-support

Makefile

-7
This file was deleted.

README.md

-20
Original file line numberDiff line numberDiff line change
@@ -249,26 +249,6 @@ current environment_name: :prod
249249
Sending test event!
250250
```
251251

252-
## Docs
253-
254-
To build the docs locally, you'll need the [Sphinx](http://www.sphinx-doc.org/en/stable/):
255-
256-
```
257-
$ pip install sphinx
258-
```
259-
260-
Once Sphinx is available building the docs is simply:
261-
262-
```
263-
$ make docs
264-
```
265-
266-
You can then view the docs in your browser:
267-
268-
```
269-
$ open docs/_build/html/index.html
270-
```
271-
272252
## Testing with Sentry
273253

274254
In some cases, users may want to test that certain actions in their application cause a report to be sent to Sentry. Sentry itself does this by using [Bypass](https://github.com/PSPDFKit-labs/bypass). It is important to note that when modifying the environment configuration the test case should not be run asynchronously. Not returning the environment configuration to its original state could also affect other tests depending on how the Sentry configuration interacts with them.

docs/.gitignore

-1
This file was deleted.

docs/Makefile

-153
This file was deleted.

docs/_sentryext

-1
This file was deleted.

0 commit comments

Comments
 (0)