瀏覽代碼

Merge pull request #35 from openfheorg/dev

RTD docs Theme + sphinx extensions
Rener Oliveira 1 年之前
父節點
當前提交
bdbdd38366
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docs/conf.py

+ 4 - 1
docs/conf.py

@@ -39,6 +39,9 @@ release = '0.8.0'
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
+    'sphinx.ext.autodoc',
+    'sphinx.ext.autosummary',
+    'sphinx.ext.intersphinx',
 ]
 
 # Add any paths that contain templates here, relative to this directory.
@@ -74,7 +77,7 @@ pygments_style = None
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the