diff --git a/docs/source/conf.py b/docs/source/conf.py
index b286ce403ee03f2d62dcf83d934403e08fc52161..a3a3646fdec3cfa425d49b626b7c0cebb4edfc7b 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -88,7 +88,7 @@ exclude_patterns = []
 # a list of builtin themes.
 #
 html_theme = 'sphinx_rtd_theme'
-#html_theme = 'alabaster'
+# html_theme = 'alabaster'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
@@ -99,4 +99,3 @@ html_static_path = ['_static']
 # are concatenated and inserted.
 autoclass_content = "both"
 autodoc_typehints = "none"
-