Explorar el Código

Update conf.py

FusionPBX hace 1 año
padre
commit
971525e1e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/conf.py

+ 1 - 1
source/conf.py

@@ -29,7 +29,7 @@ import os
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
-    'sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.todo', 'sphinx_rtd_theme', 
+    'sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.todo', 
 ]
 
 [extensions]