From 533610f14d755da127f8adc449543d7347ad072c Mon Sep 17 00:00:00 2001
From: Dhruva Gowda Storz <dhruvastorz@gmail.com>
Date: Mon, 18 Dec 2017 12:40:41 +0530
Subject: [PATCH] removed some breathe related stuff from conf.py

---
 docs/source/conf.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 3baa3533..2415d8f1 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -42,7 +42,6 @@ extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.autosummary',
               'sphinx.ext.todo',
               'sphinx.ext.viewcode',
-              'breathe'
 		]
 
 todo_include_todos = True
@@ -291,12 +290,3 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
 if read_the_docs_build:
     subprocess.call('cd ../../source/doxygen; echo HELLO......................; doxygen Doxyfile', shell=True)
 
-#####################Breathe##########################
-
-breathe_projects = {
-    'src':'doxygen/cpp/xml'
-    }
-
-breathe_default_project = 'index'
-
-
-- 
GitLab