From 48dc6be2b799084ad3816d270ef8b6ec37fc3678 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 5 Aug 2024 21:22:07 -0700 Subject: [PATCH] run lint --- docs/source/conf.py | 3 ++- .../docs/contributing/developer-docs/photonlib-backups.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fd4b536658..48c878bdf6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,7 +72,8 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -source_suffix = ['.rst', '.md'] +source_suffix = [".rst", ".md"] + def setup(app): app.add_css_file("css/pv-icons.css") diff --git a/docs/source/docs/contributing/developer-docs/photonlib-backups.md b/docs/source/docs/contributing/developer-docs/photonlib-backups.md index 6a08a84de4..87e01703c9 100644 --- a/docs/source/docs/contributing/developer-docs/photonlib-backups.md +++ b/docs/source/docs/contributing/developer-docs/photonlib-backups.md @@ -2,7 +2,7 @@ Our maven server is located at https://maven.photonvision.org/#/. This server runs [Reposilite](https://hub.docker.com/r/dzikoysk/reposilite) in Docker, and uses Caddy for serving requests. - + ## Backing up using Rsync The Clarkson Open Source Institute at Clarkson University provides a mirror of our artifacts available [online](https://mirror.clarkson.edu/photonvision). Learn more about them at [their homepage](https://mirror.clarkson.edu/home).