Browse Source

Update conf.py

FusionPBX 1 year ago
parent
commit
a25d7ca22b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/conf.py

+ 2 - 2
source/conf.py

@@ -95,8 +95,8 @@ def pygments_monkeypatch_style(mod_name, cls):
     STYLE_MAP[mod_name] = mod_name + "::" + cls_name
 
 
-pygments_monkeypatch_style("my_fancy_style", MyFancyStyle)
-pygments_style = "my_fancy_style"
+#pygments_monkeypatch_style("my_fancy_style", MyFancyStyle)
+#pygments_style = "my_fancy_style"
 # END MONKEY-PATCH
 
 # General information about the project.