move requirements file and correct path in tox.ini
[doc.git] / docs / conf.py
index 88e1257..e7af3f6 100644 (file)
@@ -6,11 +6,15 @@ author = "Open Network Automation Platform"
 # yamllint disable-line rule:line-length
 copyright = "ONAP. Licensed under Creative Commons Attribution 4.0 International License"
 
+exclude_patterns = [
+    '.tox'
+]
+
 pygments_style = "sphinx"
 html_theme = "sphinx_rtd_theme"
 html_theme_options = {
-  "style_nav_header_background": "white",
-  "sticky_navigation": "False" }
+    "style_nav_header_background": "white",
+    "sticky_navigation": "False" }
 html_logo = "_static/logo_onap_2017.png"
 html_favicon = "_static/favicon.ico"
 html_static_path = ["_static"]
@@ -20,9 +24,10 @@ extensions = [
     'sphinx.ext.intersphinx',
     'sphinx.ext.graphviz',
     'sphinxcontrib.blockdiag',
+    'sphinxcontrib.plantuml',
     'sphinxcontrib.seqdiag',
+    'sphinxcontrib.spelling' ,
     'sphinxcontrib.swaggerdoc',
-    'sphinxcontrib.plantuml',
     'sphinx_toolbox.collapse'
 ]
 
@@ -82,5 +87,5 @@ def setup(app):
     app.add_css_file("css/ribbon.css")
 
 linkcheck_ignore = [
-  r'http://localhost:\d+/'
+    r'http://localhost:\d+/'
 ]