Skip to content
Snippets Groups Projects
Select Git revision
  • 83c5014a36e16140dd51ea19f90b32ffdb7dd6c3
  • master default
  • cmake_fixes
  • pulls/1772757862/750
  • copilot/fix-770
  • windows_ci_static
  • c_link
  • cpack
  • windows_ci
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • actions
  • client_mode
  • llhttp
  • search_node_add
  • crypto_aes_gcm_argon2
  • ios_notifications
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
  • v3.1.9
  • v3.1.8.2
  • v3.1.8.1
  • v3.1.8
  • v3.1.7
  • v3.1.6
  • v3.1.5
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1
  • v3.0.1
41 results

opendht.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    conf.py 1.13 KiB
    # Copyright (C) 2022 Savoir-faire Linux Inc.
    #
    # Copying and distribution of this file, with or without modification,
    # are permitted in any medium without royalty provided the copyright
    # notice and this notice are preserved.  This file is offered as-is,
    # without any warranty.
    
    # for a full list of Sphinx configuration options, see:
    # https://www.sphinx-doc.org/en/master/usage/configuration.html
    
    project = 'Jami'
    copyright = '2018-2022 Savoir-faire Linux Inc. and contributors'
    author = 'Savoir-faire Linux Inc. and contributors'
    
    extensions = [
        'myst_parser',
        'sphinx.ext.autosectionlabel',
    ]
    
    source_suffix = {
        '.rst': 'restructuredtext',
        '.md': 'markdown',
    }
    
    autosectionlabel_prefix_document = True
    autosectionlabel_maxdepth = 4
    
    templates_path = ['_templates']
    
    exclude_patterns = ['_build']
    
    html_theme = 'sphinx_rtd_theme'
    
    html_theme_options = {
        'navigation_depth': 3,
        'sticky_navigation': False,
        'collapse_navigation': False,
    }
    
    # paths containing custom static files
    # (copied after the builtin static files, so a "default.css"
    #  file there would overwrite the builtin "default.css")
    html_static_path = ['_static']