Changeset e3e89c2 in ammosreader for doc/rst/conf.py
- Timestamp:
- 05/04/22 14:44:19 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- ec7df22
- Parents:
- 9db2d9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/rst/conf.py
r9db2d9a re3e89c2 15 15 import os 16 16 import sys 17 sys.path.insert(0, os.path.abspath('../../src/')) 17 import sphinx_adc_theme 18 sys.path.insert(0, os.path.abspath('../../')) 18 19 19 20 … … 21 22 22 23 project = 'AmmosReader' 23 copyright = '2022, Enrico Schwass'24 copyright = '2022, KIDZg' 24 25 author = 'KIDZg' 25 26 … … 77 78 # a list of builtin themes. 78 79 # 79 html_theme = 'alabaster' 80 html_theme = 'sphinx_adc_theme' 81 html_theme_path = [sphinx_adc_theme.get_html_theme_path()] 80 82 81 83 # Theme options are theme-specific and customize the look and feel of a theme
Note:
See TracChangeset
for help on using the changeset viewer.