Changeset e3e89c2 in ammosreader for doc/rst/conf.py


Ignore:
Timestamp:
05/04/22 14:44:19 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
ec7df22
Parents:
9db2d9a
Message:

sphinx theme changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/rst/conf.py

    r9db2d9a re3e89c2  
    1515import os
    1616import sys
    17 sys.path.insert(0, os.path.abspath('../../src/'))
     17import sphinx_adc_theme
     18sys.path.insert(0, os.path.abspath('../../'))
    1819
    1920
     
    2122
    2223project = 'AmmosReader'
    23 copyright = '2022, Enrico Schwass'
     24copyright = '2022, KIDZg'
    2425author = 'KIDZg'
    2526
     
    7778# a list of builtin themes.
    7879#
    79 html_theme = 'alabaster'
     80html_theme = 'sphinx_adc_theme'
     81html_theme_path = [sphinx_adc_theme.get_html_theme_path()]
    8082
    8183# Theme options are theme-specific and customize the look and feel of a theme
Note: See TracChangeset for help on using the changeset viewer.