PROJECT_TITLE = 'manif'
PROJECT_SUBTITLE = 'Python API'

MAIN_PROJECT_URL = '../index.html'

INPUT_MODULES = ['manifpy']
INPUT_PAGES = ['pages/python/index.rst']
OUTPUT = 'site/python'

LINKS_NAVBAR1 = [
    # ('Pages', 'pages', []),
    ('Modules', 'modules', []),
    ('Classes', 'classes', [])
]
LINKS_NAVBAR2 = [
    ('C++', '../cpp/index.html', []),
    ('Github', 'https://github.com/artivis/manif', [])
]

PYBIND11_COMPATIBILITY = True
