From 31faf73498c475cd6c1cb76ff6e6719dc1ff003a Mon Sep 17 00:00:00 2001 From: Kwabena N Amponsah Date: Mon, 4 Mar 2024 13:46:45 +0000 Subject: [PATCH] #34 update sphinx config --- doc/api/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/source/conf.py b/doc/api/source/conf.py index 9fbd691a..54be2386 100644 --- a/doc/api/source/conf.py +++ b/doc/api/source/conf.py @@ -24,7 +24,7 @@ # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -sys.path.insert(0, os.path.abspath('../../src/python/')) +sys.path.insert(0, os.path.abspath('../../../src/python/')) # -- General configuration ------------------------------------------------ @@ -64,16 +64,16 @@ # built documents. # # The short X.Y version. -version = u'3.4' +version = u'2024.1' # The full version, including alpha/beta/rc tags. -release = u'3.4dev' +release = u'2024.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: