|
6 | 6 | # full list see the documentation: |
7 | 7 | # http://www.sphinx-doc.org/en/master/config |
8 | 8 |
|
| 9 | +import sphinx_rtd_theme |
| 10 | + |
9 | 11 | # -- Path setup -------------------------------------------------------------- |
10 | 12 |
|
11 | 13 | # If extensions (or modules to document with autodoc) are in another directory, |
|
19 | 21 |
|
20 | 22 | # -- Project information ----------------------------------------------------- |
21 | 23 |
|
22 | | -project = 'sphinx-docs-opinionated-quickstart' |
23 | | -copyright = '2018, Justin W. Flory' |
24 | | -author = 'Justin W. Flory' |
| 24 | +project = 'Principles of Authentic Participation' |
| 25 | +copyright = '2020, Sustainers' |
| 26 | +author = "Justin W. Flory, " \ |
| 27 | + "Duane O'Brien, " \ |
| 28 | + "Kevin P. Fleming, " \ |
| 29 | + "Alyssa Wright, " \ |
| 30 | + "and others" |
25 | 31 |
|
26 | 32 | # The short X.Y version |
27 | | -version = '1.0' |
| 33 | +version = '0.1' |
28 | 34 | # The full version, including alpha/beta/rc tags |
29 | | -release = '1.0.0' |
| 35 | +release = '0.0.1' |
30 | 36 |
|
31 | 37 |
|
32 | 38 | # -- General configuration --------------------------------------------------- |
|
40 | 46 | # ones. |
41 | 47 | extensions = [ |
42 | 48 | 'recommonmark', |
| 49 | + 'sphinx_markdown_tables', |
43 | 50 | 'sphinx.ext.autodoc', |
44 | 51 | 'sphinx.ext.todo', |
45 | 52 | 'sphinx.ext.imgmath', |
|
83 | 90 | # The theme to use for HTML and HTML Help pages. See the documentation for |
84 | 91 | # a list of builtin themes. |
85 | 92 | # |
86 | | -import sphinx_rtd_theme |
87 | 93 | html_theme = 'sphinx_rtd_theme' |
88 | 94 | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
89 | 95 |
|
|
115 | 121 | # -- Options for HTMLHelp output --------------------------------------------- |
116 | 122 |
|
117 | 123 | # Output file base name for HTML help builder. |
118 | | -htmlhelp_basename = 'sphinx-docs-opinionated-quickstartdoc' |
| 124 | +htmlhelp_basename = 'authentic-participationdoc' |
119 | 125 |
|
120 | 126 |
|
121 | 127 | # -- Options for LaTeX output ------------------------------------------------ |
|
142 | 148 | # (source start file, target name, title, |
143 | 149 | # author, documentclass [howto, manual, or own class]). |
144 | 150 | latex_documents = [ |
145 | | - (master_doc, 'sphinx-docs-opinionated-quickstart.tex', 'sphinx-docs-opinionated-quickstart Documentation', |
| 151 | + (master_doc, 'authentic-participation.tex', |
| 152 | + 'Principles of Authentic Participation', |
146 | 153 | 'Justin W. Flory', 'manual'), |
147 | 154 | ] |
148 | 155 |
|
|
152 | 159 | # One entry per manual page. List of tuples |
153 | 160 | # (source start file, name, description, authors, manual section). |
154 | 161 | man_pages = [ |
155 | | - (master_doc, 'sphinx-docs-opinionated-quickstart', 'sphinx-docs-opinionated-quickstart Documentation', |
| 162 | + (master_doc, 'authentic-participation', |
| 163 | + 'Principles of Authentic Participation', |
156 | 164 | [author], 1) |
157 | 165 | ] |
158 | 166 |
|
|
163 | 171 | # (source start file, target name, title, author, |
164 | 172 | # dir menu entry, description, category) |
165 | 173 | texinfo_documents = [ |
166 | | - (master_doc, 'sphinx-docs-opinionated-quickstart', 'sphinx-docs-opinionated-quickstart Documentation', |
167 | | - author, 'sphinx-docs-opinionated-quickstart', 'One line description of project.', |
| 174 | + (master_doc, 'authentic-participation', |
| 175 | + 'Principles of Authentic Participation', |
| 176 | + author, 'authentic-participation', |
| 177 | + 'Guidelines on how organizations and individuals can contribute' |
| 178 | + 'authentically to open source projects and communities' |
168 | 179 | 'Miscellaneous'), |
169 | 180 | ] |
170 | 181 |
|
|
0 commit comments