aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-12-12 21:32:11 +0100
committerGravatar Chris Lovering <[email protected]>2024-01-30 19:08:51 +0000
commitba5a37c84d7d5c92e583b2dd93bcd78c81e7b51d (patch)
treeb1d9acb3192f745f6e8a1286e4547864764a2b72 /docs
parentexport checks module from the utils package (diff)
adhere to google docstrings stylev10.6.0
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 89124d5e..6e218f1c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -34,7 +34,7 @@ The docs folder has a few moving components, here's a brief description of each:
- `conf.py`: Configuration for Sphinx. This includes things such as the project name, version,
plugins and their configuration.
- `utils.py`: Helpful function used by `conf.py` to properly create the docs.
-- `netliy_build.py`: Script which downloads the build output in netlify. Refer to [Static Netlify Build](#static-builds)
+- `netlify_build.py`: Script which downloads the build output in netlify. Refer to [Static Netlify Build](#static-builds)
## Versions