2
0

conf.py 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. # -*- coding: utf-8 -*-
  2. #
  3. # Wagtail documentation build configuration file, created by
  4. # sphinx-quickstart on Tue Jan 14 17:38:55 2014.
  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. import os
  15. import sys
  16. from datetime import datetime
  17. import django
  18. from wagtail import VERSION, __version__
  19. # on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org
  20. on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
  21. if not on_rtd: # only import and set the theme if we're building docs locally
  22. import sphinx_rtd_theme
  23. html_theme = 'sphinx_rtd_theme'
  24. html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
  25. # If extensions (or modules to document with autodoc) are in another directory,
  26. # add these directories to sys.path here. If the directory is relative to the
  27. # documentation root, use os.path.abspath to make it absolute, like shown here.
  28. sys.path.insert(0, os.path.abspath('..'))
  29. # Autodoc may need to import some models modules which require django settings
  30. # be configured
  31. os.environ['DJANGO_SETTINGS_MODULE'] = 'wagtail.tests.settings'
  32. django.setup()
  33. # Use SQLite3 database engine so it doesn't attempt to use psycopg2 on RTD
  34. os.environ['DATABASE_ENGINE'] = 'django.db.backends.sqlite3'
  35. # -- General configuration ------------------------------------------------
  36. # If your documentation needs a minimal Sphinx version, state it here.
  37. # needs_sphinx = '1.0'
  38. # Add any Sphinx extension module names here, as strings. They can be
  39. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
  40. # ones.
  41. extensions = [
  42. 'sphinx.ext.autodoc',
  43. 'sphinx.ext.intersphinx',
  44. ]
  45. if not on_rtd:
  46. extensions.append('sphinxcontrib.spelling')
  47. # Add any paths that contain templates here, relative to this directory.
  48. templates_path = ['_templates']
  49. # The suffix of source filenames.
  50. source_suffix = '.rst'
  51. # The encoding of source files.
  52. # source_encoding = 'utf-8-sig'
  53. # The master toctree document.
  54. master_doc = 'index'
  55. # General information about the project.
  56. project = 'Wagtail'
  57. copyright = '{year:d}, Torchbox'.format(year=datetime.now().year)
  58. # The version info for the project you're documenting, acts as replacement for
  59. # |version| and |release|, also used in various other places throughout the
  60. # built documents.
  61. # The short X.Y version.
  62. version = '{}.{}'.format(VERSION[0], VERSION[1])
  63. # The full version, including alpha/beta/rc tags.
  64. release = __version__
  65. # The language for content autogenerated by Sphinx. Refer to documentation
  66. # for a list of supported languages.
  67. # language = None
  68. # There are two options for replacing |today|: either, you set today to some
  69. # non-false value, then it is used:
  70. # today = ''
  71. # Else, today_fmt is used as the format for a strftime call.
  72. # today_fmt = '%B %d, %Y'
  73. # List of patterns, relative to source directory, that match files and
  74. # directories to ignore when looking for source files.
  75. exclude_patterns = ['_build']
  76. # The reST default role (used for this markup: `text`) to use for all
  77. # documents.
  78. # default_role = None
  79. # If true, '()' will be appended to :func: etc. cross-reference text.
  80. # add_function_parentheses = True
  81. # If true, the current module name will be prepended to all description
  82. # unit titles (such as .. function::).
  83. # add_module_names = True
  84. # If true, sectionauthor and moduleauthor directives will be shown in the
  85. # output. They are ignored by default.
  86. # show_authors = False
  87. # The name of the Pygments (syntax highlighting) style to use.
  88. pygments_style = 'default'
  89. # A list of ignored prefixes for module index sorting.
  90. # modindex_common_prefix = []
  91. # If true, keep warnings as "system message" paragraphs in the built documents.
  92. # keep_warnings = False
  93. # splhinxcontrib.spelling settings
  94. spelling_lang = 'en_GB'
  95. spelling_word_list_filename = 'spelling_wordlist.txt'
  96. # sphinx.ext.intersphinx settings
  97. intersphinx_mapping = {
  98. 'django': ('https://docs.djangoproject.com/en/stable/', 'https://docs.djangoproject.com/en/stable/_objects/')
  99. }
  100. # -- Options for HTML output ----------------------------------------------
  101. # Theme options are theme-specific and customize the look and feel of a theme
  102. # further. For a list of options available for each theme, see the
  103. # documentation.
  104. # html_theme_options = {}
  105. # The name for this set of Sphinx documents. If None, it defaults to
  106. # "<project> v<release> documentation".
  107. # html_title = None
  108. # A shorter title for the navigation bar. Default is the same as html_title.
  109. # html_short_title = None
  110. # The name of an image file (relative to this directory) to place at the top
  111. # of the sidebar.
  112. html_logo = 'logo.png'
  113. # The name of an image file (within the static path) to use as favicon of the
  114. # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
  115. # pixels large.
  116. html_favicon = 'favicon.ico'
  117. # Add any paths that contain custom static files (such as style sheets) here,
  118. # relative to this directory. They are copied after the builtin static files,
  119. # so a file named "default.css" will overwrite the builtin "default.css".
  120. html_static_path = ['_static']
  121. # Add any extra paths that contain custom files (such as robots.txt or
  122. # .htaccess) here, relative to this directory. These files are copied
  123. # directly to the root of the documentation.
  124. html_extra_path = ['robots.txt']
  125. # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
  126. # using the given strftime format.
  127. # html_last_updated_fmt = '%b %d, %Y'
  128. # If true, SmartyPants will be used to convert quotes and dashes to
  129. # typographically correct entities.
  130. # html_use_smartypants = True
  131. # Custom sidebar templates, maps document names to template names.
  132. # html_sidebars = {}
  133. # Additional templates that should be rendered to pages, maps page names to
  134. # template names.
  135. # html_additional_pages = {}
  136. # If false, no module index is generated.
  137. # html_domain_indices = True
  138. # If false, no index is generated.
  139. # html_use_index = True
  140. # If true, the index is split into individual pages for each letter.
  141. # html_split_index = False
  142. # If true, links to the reST sources are added to the pages.
  143. # html_show_sourcelink = True
  144. # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
  145. # html_show_sphinx = True
  146. # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  147. # html_show_copyright = True
  148. # If true, an OpenSearch description file will be output, and all pages will
  149. # contain a <link> tag referring to it. The value of this option must be the
  150. # base URL from which the finished HTML is served.
  151. # html_use_opensearch = ''
  152. # This is the file name suffix for HTML files (e.g. ".xhtml").
  153. # html_file_suffix = None
  154. # Output file base name for HTML help builder.
  155. htmlhelp_basename = 'Wagtaildoc'
  156. # -- Options for LaTeX output ---------------------------------------------
  157. latex_elements = {
  158. # The paper size ('letterpaper' or 'a4paper').
  159. # 'papersize': 'letterpaper',
  160. # The font size ('10pt', '11pt' or '12pt').
  161. # 'pointsize': '10pt',
  162. # Additional stuff for the LaTeX preamble.
  163. # 'preamble': '',
  164. }
  165. # Grouping the document tree into LaTeX files. List of tuples
  166. # (source start file, target name, title,
  167. # author, documentclass [howto, manual, or own class]).
  168. latex_documents = [
  169. (
  170. 'index',
  171. 'Wagtail.tex',
  172. 'Wagtail Documentation',
  173. 'Torchbox',
  174. 'manual'
  175. ),
  176. ]
  177. # The name of an image file (relative to this directory) to place at the top of
  178. # the title page.
  179. # latex_logo = None
  180. # For "manual" documents, if this is true, then toplevel headings are parts,
  181. # not chapters.
  182. # latex_use_parts = False
  183. # If true, show page references after internal links.
  184. # latex_show_pagerefs = False
  185. # If true, show URL addresses after external links.
  186. # latex_show_urls = False
  187. # Documents to append as an appendix to all manuals.
  188. # latex_appendices = []
  189. # If false, no module index is generated.
  190. # latex_domain_indices = True
  191. # -- Options for manual page output ---------------------------------------
  192. # One entry per manual page. List of tuples
  193. # (source start file, name, description, authors, manual section).
  194. man_pages = [
  195. ('index', 'wagtail', u'Wagtail Documentation',
  196. [u'Torchbox'], 1)
  197. ]
  198. # If true, show URL addresses after external links.
  199. # man_show_urls = False
  200. # -- Options for Texinfo output -------------------------------------------
  201. # Grouping the document tree into Texinfo files. List of tuples
  202. # (source start file, target name, title, author,
  203. # dir menu entry, description, category)
  204. texinfo_documents = [
  205. (
  206. 'index',
  207. 'Wagtail',
  208. 'Wagtail Documentation',
  209. 'Torchbox',
  210. 'Wagtail',
  211. 'One line description of project.',
  212. 'Miscellaneous'
  213. ),
  214. ]
  215. # Documents to append as an appendix to all manuals.
  216. # texinfo_appendices = []
  217. # If false, no module index is generated.
  218. # texinfo_domain_indices = True
  219. # How to display URL addresses: 'footnote', 'no', or 'inline'.
  220. # texinfo_show_urls = 'footnote'
  221. # If true, do not generate a @detailmenu in the "Top" node's menu.
  222. # texinfo_no_detailmenu = False
  223. def setup(app):
  224. app.add_css_file('css/custom.css')
  225. app.add_js_file('js/banner.js')