From 3b92938d1321513a07ac963337e90be3771c9230 Mon Sep 17 00:00:00 2001 From: Nick Murphy Date: Tue, 29 Jul 2025 19:10:38 -0400 Subject: [PATCH] Make docstring into a raw string --- plasmapy_sphinx/theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmapy_sphinx/theme/__init__.py b/plasmapy_sphinx/theme/__init__.py index a763a8d..b262eb8 100644 --- a/plasmapy_sphinx/theme/__init__.py +++ b/plasmapy_sphinx/theme/__init__.py @@ -1,6 +1,6 @@ # Sphinx Guide to Theme Development # https://www.sphinx-doc.org/en/master/development/theming.html -""" +r""" The PlasmaPy theme is a `Sphinx theme `_ that inherits from the `sphinx_rtd_theme`. As such, it shares all the same