File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
languages.
7
7
8
8
Environment variables for:
9
- - SENTRY_DSN (Error reporting)
10
- - FASTLY_SERVICE_ID/FASTLY_TOKEN (CDN purges)
11
- - PYTHON_DOCS_ENABLE_ANALYTICS (enable plausible for online docs)
9
+
10
+ - `SENTRY_DSN` (Error reporting)
11
+ - `FASTLY_SERVICE_ID` / `FASTLY_TOKEN` (CDN purges)
12
+ - `PYTHON_DOCS_ENABLE_ANALYTICS` (Enable Plausible for online docs)
13
+
12
14
are read from the site configuration path for your platform
13
15
(/etc/xdg/docsbuild-scripts on linux) if available,
14
16
and can be overriden by writing a file to the user config dir
15
17
for your platform ($HOME/.config/docsbuild-scripts on linux).
16
18
The contents of the file is parsed as toml:
17
19
20
+ ```toml
18
21
[env]
19
22
SENTRY_DSN = "https://[email protected] /69420"
20
23
FASTLY_SERVICE_ID = "deadbeefdeadbeefdead"
21
24
FASTLY_TOKEN = "secureme!"
22
25
PYTHON_DOCS_ENABLE_ANALYTICS = "1"
26
+ ```
23
27
24
28
Languages are stored in `config.toml` while versions are discovered
25
29
from the devguide.
You can’t perform that action at this time.
0 commit comments