diff options
author | Sumanto Kar | 2025-05-15 19:35:10 +0530 |
---|---|---|
committer | GitHub | 2025-05-15 19:35:10 +0530 |
commit | 59551f0b573d803dbcd1f3008516447537caa85f (patch) | |
tree | 7556cffe9e466c927efa0d797757eadd306ecaef /conf.py | |
parent | 2e6fcc49286ae4998ec57eef3359312d5978c105 (diff) | |
parent | cce3ccbbe5dfe3a025c51d234572ad6ab6f68a26 (diff) | |
download | eSim-59551f0b573d803dbcd1f3008516447537caa85f.tar.gz eSim-59551f0b573d803dbcd1f3008516447537caa85f.tar.bz2 eSim-59551f0b573d803dbcd1f3008516447537caa85f.zip |
Merge pull request #331 from 092vk/devDocs
Updated docs and conf files for readthedocs
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ autodoc_mock_imports = ["PyQt5", "pathmagic", "matplotlib", "numpy"] # -- Project information ----------------------------------------------------- project = u'eSim' -copyright = u'2022, FOSSEE' +copyright = u'2025, FOSSEE' author = u'FOSSEE, IIT Bombay' # The short X.Y version |