File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 66languages.
77
88Environment 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+
1214are read from the site configuration path for your platform
1315(/etc/xdg/docsbuild-scripts on linux) if available,
1416and can be overriden by writing a file to the user config dir
1517for your platform ($HOME/.config/docsbuild-scripts on linux).
1618The contents of the file is parsed as toml:
1719
20+ ```toml
1821[env]
1922SENTRY_DSN = "https://[email protected] /69420" 2023FASTLY_SERVICE_ID = "deadbeefdeadbeefdead"
2124FASTLY_TOKEN = "secureme!"
2225PYTHON_DOCS_ENABLE_ANALYTICS = "1"
26+ ```
2327
2428Languages are stored in `config.toml` while versions are discovered
2529from the devguide.
You can’t perform that action at this time.
0 commit comments