shalvah 5 years ago
parent
commit
1f68f84a50
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/conf.py

+ 2 - 1
docs/conf.py

@@ -14,6 +14,7 @@
 # import sys
 # sys.path.insert(0, os.path.abspath('.'))
 import recommonmark
+import sphinx_rtd_theme
 from recommonmark.transform import AutoStructify
 
 # -- Project information -----------------------------------------------------
@@ -28,7 +29,7 @@ author = 'Shalvah'
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ['recommonmark']
+extensions = ['recommonmark', 'sphinx_rtd_theme']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']