|
1 | 1 | #!/usr/bin/env python |
2 | 2 | # |
3 | | -# ecs_config_composer documentation build configuration file, created by |
| 3 | +# ecs_files_composer documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Fri Jun 9 13:47:02 2017. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
22 | 22 |
|
23 | 23 | sys.path.insert(0, os.path.abspath('..')) |
24 | 24 |
|
25 | | -import ecs_config_composer |
| 25 | +import ecs_files_composer |
26 | 26 |
|
27 | 27 | # -- General configuration --------------------------------------------- |
28 | 28 |
|
|
56 | 56 | # the built documents. |
57 | 57 | # |
58 | 58 | # The short X.Y version. |
59 | | -version = ecs_config_composer.__version__ |
| 59 | +version = ecs_files_composer.__version__ |
60 | 60 | # The full version, including alpha/beta/rc tags. |
61 | | -release = ecs_config_composer.__version__ |
| 61 | +release = ecs_files_composer.__version__ |
62 | 62 |
|
63 | 63 | # The language for content autogenerated by Sphinx. Refer to documentation |
64 | 64 | # for a list of supported languages. |
|
125 | 125 | "color_primary": "blue", |
126 | 126 | "color_accent": "light-blue", |
127 | 127 | # Set the repo location to get a badge with stats |
128 | | - "repo_url": "https://github.com/compose-x/ecs_config_composer/", |
129 | | - "repo_name": "compose-x/ecs_config_composer", |
| 128 | + "repo_url": "https://github.com/compose-x/ecs_files_composer/", |
| 129 | + "repo_name": "compose-x/ecs_files_composer", |
130 | 130 | "repo_type": "github", |
131 | 131 | # Visible levels of the global TOC; -1 means unlimited |
132 | 132 | "globaltoc_depth": 2, |
|
146 | 146 | # -- Options for HTMLHelp output --------------------------------------- |
147 | 147 |
|
148 | 148 | # Output file base name for HTML help builder. |
149 | | -htmlhelp_basename = 'ecs_config_composerdoc' |
| 149 | +htmlhelp_basename = 'ecs_files_composerdoc' |
150 | 150 |
|
151 | 151 |
|
152 | 152 | # -- Options for LaTeX output ------------------------------------------ |
|
170 | 170 | # (source start file, target name, title, author, documentclass |
171 | 171 | # [howto, manual, or own class]). |
172 | 172 | latex_documents = [ |
173 | | - (master_doc, 'ecs_config_composer.tex', 'ECS Config Composer Documentation', 'John Preston', 'manual'), |
| 173 | + (master_doc, 'ecs_files_composer.tex', 'ECS Config Composer Documentation', 'John Preston', 'manual'), |
174 | 174 | ] |
175 | 175 |
|
176 | 176 | # -- Options for manual page output ------------------------------------ |
177 | 177 |
|
178 | 178 | # One entry per manual page. List of tuples |
179 | 179 | # (source start file, name, description, authors, manual section). |
180 | | -man_pages = [(master_doc, 'ecs_config_composer', 'ECS Config Composer Documentation', [author], 1)] |
| 180 | +man_pages = [(master_doc, 'ecs_files_composer', 'ECS Config Composer Documentation', [author], 1)] |
181 | 181 |
|
182 | 182 | # -- Options for Texinfo output ---------------------------------------- |
183 | 183 |
|
|
187 | 187 | texinfo_documents = [ |
188 | 188 | ( |
189 | 189 | master_doc, |
190 | | - 'ecs_config_composer', |
| 190 | + 'ecs_files_composer', |
191 | 191 | 'ECS Config Composer Documentation', |
192 | 192 | author, |
193 | | - 'ecs_config_composer', |
| 193 | + 'ecs_files_composer', |
194 | 194 | 'One line description of project.', |
195 | 195 | 'Miscellaneous', |
196 | 196 | ), |
|
0 commit comments