Browse Source

Update conf.py

FusionPBX 1 year ago
parent
commit
e581e1ca42
1 changed files with 1 additions and 1 deletions
  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.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.todo', 'sphinx_rtd_theme', 
 ]
 
 [extensions]