diff --git a/docs/source/conf.py b/docs/source/conf.py index fd4b53665..48c878bdf 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 6a08a84de..87e01703c 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).