Changeset 0b00607 in flex_extract.git for for_developers/Sphinx/source/conf.py


Ignore:
Timestamp:
Jul 29, 2019, 8:23:57 AM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
bc27d19
Parents:
41c9dbc
Message:

Documentation status version 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • for_developers/Sphinx/source/conf.py

    r41c9dbc r0b00607  
    1414#
    1515import os
    16 import sys
    17 sys.path.insert(0, os.path.abspath('../../../source/python'))
    18 sys.path.insert(0, os.path.abspath('../../../source/python/mods'))
    19 sys.path.insert(0, os.path.abspath('../../../source/python/classes'))
    20 
    21 
     16import sys, glob
     17sys.path.insert(0, os.path.abspath('../../../Source/Python'))
     18sys.path.insert(0, os.path.abspath('../../../Source/Python/Mods'))
     19sys.path.insert(0, os.path.abspath('../../../Source/Python/Classes'))
     20
     21sys.path.insert(0, os.path.abspath('_static/python'))
     22
     23#fortran_src = [f for f in os.listdir('../../../source/fortran') if '.f90' in f or '.f' in f]
     24#print(fortran_src)
    2225
    2326# -- Project information -----------------------------------------------------
     
    5255    'sphinx.ext.viewcode',
    5356    'sphinx.ext.githubpages',
    54 #    'sphinx_pyreverse',
    5557    'sphinx-jsonschema',
    56     'sphinx.ext.intersphinx'
    57 ]
     58    'sphinx.ext.intersphinx',
     59    'hidden_code_block',
     60    'sphinxcontrib.exceltable',
     61    'sphinxcontrib.seqdiag',
     62    'sphinxcontrib.blockdiag',
     63    'sphinx.ext.todo',
     64#    'sphinxfortran.fortran_autodoc',
     65#    'sphinxfortran.fortran_domain'
     66]
     67
     68
     69# Fontpath for seqdiag (truetype font)
     70seqdiag_fontpath = '/usr/share/fonts/dejavu/DejaVuSerif.ttf'
     71
     72# Fontpath for blockdiag (truetype font)
     73blockdiag_fontpath = '/usr/share/fonts/dejavu/DejaVuSerif.ttf'
     74
    5875
    5976# Add any paths that contain templates here, relative to this directory.
     
    186203# If true, `todo` and `todoList` produce output, else they produce nothing.
    187204todo_include_todos = True
     205#todo_link_only = True
    188206
    189207
     
    194212
    195213
    196 
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG