diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 039359bb7..74ccbcd53 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,8 +22,8 @@ sys.path.append( "breathe/" ) extensions = [ 'sphinx.ext.intersphinx', 'breathe', - 'exhale', - 'myst_parser' + 'exhale' + # 'myst_parser' ] # Workaround for platforms where swaggerdoc is not available |