|
| 1 | +#!/usr/bin/env python3 |
| 2 | +# -*- coding: utf-8 -*- |
| 3 | +# |
| 4 | +# erddapy documentation build configuration file, created by |
| 5 | +# sphinx-quickstart on Mon Oct 9 21:28:42 2017. |
| 6 | +# |
| 7 | +# This file is execfile()d with the current directory set to its |
| 8 | +# containing dir. |
| 9 | +# |
| 10 | +# Note that not all possible configuration values are present in this |
| 11 | +# autogenerated file. |
| 12 | +# |
| 13 | +# All configuration values have a default; values that are commented out |
| 14 | +# serve to show the default. |
| 15 | + |
| 16 | +# If extensions (or modules to document with autodoc) are in another directory, |
| 17 | +# add these directories to sys.path here. If the directory is relative to the |
| 18 | +# documentation root, use os.path.abspath to make it absolute, like shown here. |
| 19 | +# |
| 20 | +# import os |
| 21 | +# import sys |
| 22 | +# sys.path.insert(0, os.path.abspath('.')) |
| 23 | + |
| 24 | + |
| 25 | +# -- General configuration ------------------------------------------------ |
| 26 | + |
| 27 | +# If your documentation needs a minimal Sphinx version, state it here. |
| 28 | +# |
| 29 | +# needs_sphinx = '1.0' |
| 30 | + |
| 31 | +# Add any Sphinx extension module names here, as strings. They can be |
| 32 | +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
| 33 | +# ones. |
| 34 | +extensions = [ |
| 35 | + 'sphinx.ext.autodoc', |
| 36 | + 'sphinx.ext.viewcode', |
| 37 | + 'sphinx.ext.napoleon', |
| 38 | + 'nbsphinx', |
| 39 | +] |
| 40 | + |
| 41 | +# Add any paths that contain templates here, relative to this directory. |
| 42 | +templates_path = ['_templates'] |
| 43 | + |
| 44 | +# The suffix(es) of source filenames. |
| 45 | +# You can specify multiple suffix as a list of string: |
| 46 | +# |
| 47 | +# source_suffix = ['.rst', '.md'] |
| 48 | +source_suffix = '.rst' |
| 49 | + |
| 50 | +# The master toctree document. |
| 51 | +master_doc = 'index' |
| 52 | + |
| 53 | +# General information about the project. |
| 54 | +project = 'erddapy' |
| 55 | +copyright = '2017, Filipe Fernandes' |
| 56 | +author = 'Filipe Fernandes' |
| 57 | + |
| 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 | +# |
| 62 | +from erddapy._version import get_versions |
| 63 | +version = release = get_versions()['version'] |
| 64 | +del get_versions |
| 65 | + |
| 66 | +# The language for content autogenerated by Sphinx. Refer to documentation |
| 67 | +# for a list of supported languages. |
| 68 | +# |
| 69 | +# This is also used if you do content translation via gettext catalogs. |
| 70 | +# Usually you set "language" from the command line for these cases. |
| 71 | +language = None |
| 72 | + |
| 73 | +# List of patterns, relative to source directory, that match files and |
| 74 | +# directories to ignore when looking for source files. |
| 75 | +# This patterns also effect to html_static_path and html_extra_path |
| 76 | +exclude_patterns = [] |
| 77 | + |
| 78 | +# The name of the Pygments (syntax highlighting) style to use. |
| 79 | +pygments_style = 'sphinx' |
| 80 | + |
| 81 | +# If true, `todo` and `todoList` produce output, else they produce nothing. |
| 82 | +todo_include_todos = False |
| 83 | + |
| 84 | + |
| 85 | +# -- Options for HTML output ---------------------------------------------- |
| 86 | + |
| 87 | +# The theme to use for HTML and HTML Help pages. See the documentation for |
| 88 | +# a list of builtin themes. |
| 89 | +# |
| 90 | +html_theme = 'alabaster' |
| 91 | + |
| 92 | +# Theme options are theme-specific and customize the look and feel of a theme |
| 93 | +# further. For a list of options available for each theme, see the |
| 94 | +# documentation. |
| 95 | +# |
| 96 | +html_theme_options = { |
| 97 | + 'logo': 'logo.png', |
| 98 | + 'logo_name': 'erddapy', |
| 99 | + 'github_user': 'pyoceans', |
| 100 | + 'github_repo': 'erddapy', |
| 101 | + 'github_banner': True, |
| 102 | + 'travis_button': True, |
| 103 | + 'fixed_sidebar': True, |
| 104 | +} |
| 105 | + |
| 106 | + |
| 107 | +# Add any paths that contain custom static files (such as style sheets) here, |
| 108 | +# relative to this directory. They are copied after the builtin static files, |
| 109 | +# so a file named "default.css" will overwrite the builtin "default.css". |
| 110 | +html_static_path = ['_static'] |
| 111 | + |
| 112 | +# Custom sidebar templates, must be a dictionary that maps document names |
| 113 | +# to template names. |
| 114 | +# |
| 115 | +# This is required for the alabaster theme |
| 116 | +# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars |
| 117 | +html_sidebars = { |
| 118 | + '**': [ |
| 119 | + 'about.html', |
| 120 | + 'navigation.html', |
| 121 | + 'relations.html', # needs 'show_related': True theme option to display |
| 122 | + 'searchbox.html', |
| 123 | + 'donate.html', |
| 124 | + ] |
| 125 | +} |
| 126 | + |
| 127 | + |
| 128 | +# -- Options for HTMLHelp output ------------------------------------------ |
| 129 | + |
| 130 | +# Output file base name for HTML help builder. |
| 131 | +htmlhelp_basename = 'erddapydoc' |
| 132 | + |
| 133 | + |
| 134 | +# -- Options for LaTeX output --------------------------------------------- |
| 135 | + |
| 136 | +latex_elements = { |
| 137 | + # The paper size ('letterpaper' or 'a4paper'). |
| 138 | + # |
| 139 | + # 'papersize': 'letterpaper', |
| 140 | + |
| 141 | + # The font size ('10pt', '11pt' or '12pt'). |
| 142 | + # |
| 143 | + # 'pointsize': '10pt', |
| 144 | + |
| 145 | + # Additional stuff for the LaTeX preamble. |
| 146 | + # |
| 147 | + # 'preamble': '', |
| 148 | + |
| 149 | + # Latex figure (float) alignment |
| 150 | + # |
| 151 | + # 'figure_align': 'htbp', |
| 152 | +} |
| 153 | + |
| 154 | +# Grouping the document tree into LaTeX files. List of tuples |
| 155 | +# (source start file, target name, title, |
| 156 | +# author, documentclass [howto, manual, or own class]). |
| 157 | +latex_documents = [ |
| 158 | + (master_doc, 'erddapy.tex', 'erddapy Documentation', |
| 159 | + 'Filipe Fernandes', 'manual'), |
| 160 | +] |
| 161 | + |
| 162 | + |
| 163 | +# -- Options for manual page output --------------------------------------- |
| 164 | + |
| 165 | +# One entry per manual page. List of tuples |
| 166 | +# (source start file, name, description, authors, manual section). |
| 167 | +man_pages = [ |
| 168 | + (master_doc, 'erddapy', 'erddapy Documentation', |
| 169 | + [author], 1) |
| 170 | +] |
| 171 | + |
| 172 | + |
| 173 | +# -- Options for Texinfo output ------------------------------------------- |
| 174 | + |
| 175 | +# Grouping the document tree into Texinfo files. List of tuples |
| 176 | +# (source start file, target name, title, author, |
| 177 | +# dir menu entry, description, category) |
| 178 | +texinfo_documents = [ |
| 179 | + (master_doc, 'erddapy', 'erddapy Documentation', |
| 180 | + author, 'erddapy', 'One line description of project.', |
| 181 | + 'Miscellaneous'), |
| 182 | +] |
0 commit comments