You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

conf.py 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # -*- coding: utf-8 -*-
  2. #
  3. # OpenViBE documentation build configuration file, created by
  4. # sphinx-quickstart on Fri Jun 24 16:43:33 2016.
  5. #
  6. # This file is execfile()d with the current directory set to its
  7. # containing dir.
  8. #
  9. # Note that not all possible configuration values are present in this
  10. # autogenerated file.
  11. #
  12. # All configuration values have a default; values that are commented out
  13. # serve to show the default.
  14. # If extensions (or modules to document with autodoc) are in another directory,
  15. # add these directories to sys.path here. If the directory is relative to the
  16. # documentation root, use os.path.abspath to make it absolute, like shown here.
  17. #
  18. # import os
  19. # import sys
  20. # sys.path.insert(0, os.path.abspath('.'))
  21. # -- General configuration ------------------------------------------------
  22. extensions = [
  23. 'sphinx.ext.todo',
  24. 'sphinx.ext.mathjax',
  25. 'sphinx.ext.ifconfig',
  26. ]
  27. templates_path = ['_templates']
  28. source_suffix = '.rst'
  29. source_encoding = 'utf-8-sig'
  30. master_doc = 'index'
  31. # General information about the project.
  32. project = u'OpenViBE'
  33. copyright = u'2018, Inria & Mensia'
  34. author = u'OpenViBE Team'
  35. # The short X.Y version.
  36. version = u'3.2'
  37. # The full version, including alpha/beta/rc tags.
  38. release = u'3.2'
  39. language = None
  40. exclude_patterns = []
  41. pygments_style = 'sphinx'
  42. todo_include_todos = True
  43. html_theme = 'sphinx_rtd_theme'
  44. html_static_path = ['_static']
  45. html_style = 'css/openvibe.css'
  46. html_extra_path = []
  47. htmlhelp_basename = 'OpenViBEdoc'
  48. rst_epilog = """
  49. .. |Brand| replace:: OpenViBE
  50. .. |AuthTool| replace:: Designer
  51. .. |BulletEngCtrlPanel| replace:: Custom Tools
  52. """