Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

28 lines
780B

  1. # -*- coding: utf-8 -*-
  2. # Refer: http://www.sphinx-doc.org/en/master/config
  3. # -- Project information -----------------------------------------------------
  4. project = 'dds'
  5. copyright = '2020, vector-of-bool'
  6. author = 'vector-of-bool'
  7. # The short X.Y version
  8. version = ''
  9. # The full version, including alpha/beta/rc tags
  10. release = '0.1.0-alpha.3'
  11. # -- General configuration ---------------------------------------------------
  12. extensions = []
  13. templates_path = ['_templates']
  14. source_suffix = '.rst'
  15. master_doc = 'index'
  16. language = None
  17. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
  18. pygments_style = None
  19. # -- Options for HTML output -------------------------------------------------
  20. html_theme = 'pyramid'
  21. html_theme_options = {}
  22. html_static_path = []
  23. html_sidebars = {}