diff --git a/docs/source/conf.py b/docs/source/conf.py index 3baa3533ac0b86e9d0d338d69a80d74b4f6d2dda..2415d8f160d906d738f3c51677991b26f3f151fc 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' - -