X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/887a358843507b67e71b83c62fa3686089263653..b2fde3bcf906ffcead5e2ce051d0458e0bfc14c1:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index d335a48c0e..9f3d260b78 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,8 +13,10 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # import os, subprocess -# import sys -# sys.path.insert(0, os.path.abspath('.')) + +# Search for our extensions too +import sys +sys.path.append(os.path.abspath('_ext')) # -- Project information ----------------------------------------------------- @@ -44,6 +46,7 @@ extensions = [ # 'sphinx.ext.ifconfig', 'breathe', 'exhale', + 'hidden_code_block', ] todo_include_todos = True