Changeset ada37fa in ammosreader for doc/rst/conf.py
- Timestamp:
- 05/04/22 12:00:45 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 64565fe
- Parents:
- 1846087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/rst/conf.py
r1846087 rada37fa 15 15 import os 16 16 import sys 17 sys.path.insert(0, os.path.abspath('../../ '))17 sys.path.insert(0, os.path.abspath('../../src/')) 18 18 19 19 20 20 # -- Project information ----------------------------------------------------- 21 21 22 project = ' RadarDex'23 copyright = '202 0, Enrico Schwass'24 author = ' Enrico Schwass'22 project = 'AmmosReader' 23 copyright = '2022, Enrico Schwass' 24 author = 'KIDZg' 25 25 26 26 # The short X.Y version
Note:
See TracChangeset
for help on using the changeset viewer.