X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/560c71943cea4af301d60bb7f8532785c523b44b..d129e8f753d4ca2f7e4b13fddf78b84538f76f54:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index a16b71fa35..0b0eb26fec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True' if read_the_docs_build: subprocess.call('pwd', shell=True) # should be in docs/source subprocess.call('doxygen', shell=True) - + # -- Project information ----------------------------------------------------- project = u'SimGrid'