X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bc85164acb335cf909052b966b2ee4932e06cd7..d1db98662081c1ad310c5282842f49c447b5c9b3:/docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index e06332da96..432ece9689 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,11 +32,11 @@ if read_the_docs_build: # -- Project information ----------------------------------------------------- project = u'SimGrid' -copyright = u'2002-2020, The SimGrid Team' +copyright = u'2002-2021, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.25.1' +version = u'3.26.1' # -- General configuration --------------------------------------------------- @@ -101,9 +101,12 @@ nitpick_ignore = [ ('cpp:identifier', 'boost::intrusive_ptr'), ('cpp:identifier', 'boost::intrusive_ptr'), ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), ('cpp:identifier', 'boost::intrusive_ptr'), - ('cpp:identifier', 'boost::intrusive_ptr'), - ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), + ('cpp:identifier', 'boost::intrusive_ptr'), ('cpp:identifier', 'kernel'), ('cpp:identifier', 'kernel::activity'), ('cpp:identifier', 'kernel::profile'), @@ -111,8 +114,19 @@ nitpick_ignore = [ ('cpp:identifier', 'kernel::routing'), ('cpp:identifier', 'simgrid'), ('cpp:identifier', 'simgrid::s4u'), + ('cpp:identifier', 'simgrid::xbt'), ('cpp:identifier', 'this_actor'), ('cpp:identifier', 's4u'), + ('cpp:identifier', 's4u_Actor'), + ('cpp:identifier', 's4u_Barrier'), + ('cpp:identifier', 's4u_ConditionVariable'), + ('cpp:identifier', 's4u_Host'), + ('cpp:identifier', 's4u_NetZone'), + ('cpp:identifier', 's4u_Mutex'), + ('cpp:identifier', 's4u_Link'), + ('cpp:identifier', 's4u_Semaphore'), + ('cpp:identifier', 's4u_VirtualMachine'), + ('cpp:identifier', 's4u_VM'), ('cpp:identifier', 'size_t'), ('cpp:identifier', 'uint64_t'), ('cpp:identifier', 'xbt'), @@ -201,4 +215,3 @@ html_css_files = [ ] # -- Other options -