|
@@ -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']
|