|
1 | 1 | #!/usr/bin/env python3
|
2 | 2 | # -*- coding: utf-8 -*-
|
3 | 3 | #
|
4 |
| -# Copyright (C) 2017-2021 The SymbiFlow Authors. |
| 4 | +# Copyright (C) 2017-2021 F4PGA Authors. |
5 | 5 | #
|
6 | 6 | # Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 7 | # you may not use this file except in compliance with the License.
|
|
17 | 17 | #
|
18 | 18 | # SPDX-License-Identifier: Apache-2.0
|
19 | 19 |
|
20 |
| -# SymbiFlow Interchange-schema documentation build configuration file, |
| 20 | +# Interchange-schema documentation build configuration file, |
21 | 21 | # created by sphinx-quickstart on Mon Feb 5 11:04:37 2018.
|
22 | 22 | #
|
23 | 23 | # This file is execfile()d with the current directory set to its
|
|
70 | 70 | master_doc = 'index'
|
71 | 71 |
|
72 | 72 | # General information about the project.
|
73 |
| -project = u'SymbiFlow FPGA Interchange Format' |
74 |
| -copyright = u'2021, SymbiFlow Team' |
75 |
| -author = u'SymbiFlow Team' |
| 73 | +project = u'FPGA Interchange Format' |
| 74 | +copyright = u'2022, F4PGA Developers' |
| 75 | +author = u'F4PGA Developers' |
76 | 76 |
|
77 | 77 | # Enable github links when not on readthedocs
|
78 | 78 | on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
79 | 79 | if not on_rtd:
|
80 | 80 | html_context = {
|
81 | 81 | "display_github": True, # Integrate GitHub
|
82 |
| - "github_user": "symbiflow", # Username |
| 82 | + "github_user": "chipsalliance", # Username |
83 | 83 | "github_repo": "fpga-interchange-schema", # Repo name
|
84 | 84 | "github_version": "master", # Version
|
85 | 85 | "conf_py_path": "/docs/",
|
|
130 | 130 | # documentation.
|
131 | 131 | #
|
132 | 132 | html_theme_options = {
|
133 |
| - 'repo_name': 'SymbiFlow/fpga-interchange-schema', |
134 |
| - 'github_url': 'https://github.com/SymbiFlow/fpga-interchange-schema', |
| 133 | + 'repo_name': 'chipsalliance/fpga-interchange-schema', |
| 134 | + 'github_url': 'https://github.com/chipsalliance/fpga-interchange-schema', |
135 | 135 | }
|
136 | 136 |
|
137 | 137 | # Add any paths that contain custom static files (such as style sheets) here,
|
|
183 | 183 | (
|
184 | 184 | master_doc,
|
185 | 185 | 'fpga-interchange-schema.tex',
|
186 |
| - u'SymbiFlow FPGA Interchange Format Documentation', |
187 |
| - u'SymbiFlow Team', |
| 186 | + u'FPGA Interchange Format Documentation', |
| 187 | + u'F4PGA Developers', |
188 | 188 | 'manual',
|
189 | 189 | ),
|
190 | 190 | ]
|
|
197 | 197 | (
|
198 | 198 | master_doc,
|
199 | 199 | 'fpga-interchange-schema',
|
200 |
| - u'SymbiFlow FPGA Interchange Format Documentation', |
| 200 | + u'FPGA Interchange Format Documentation', |
201 | 201 | [author],
|
202 | 202 | 1,
|
203 | 203 | ),
|
|
211 | 211 | texinfo_documents = [
|
212 | 212 | (
|
213 | 213 | master_doc,
|
214 |
| - 'SymbiFlowFIFM', |
215 |
| - u'SymbiFlow FPGA Interchange Format Documentation', |
| 214 | + 'FPGAIFM', |
| 215 | + u'FPGA Interchange Format Documentation', |
216 | 216 | author,
|
217 |
| - 'SymbiFlowFIF', |
| 217 | + 'FPGAFIF', |
218 | 218 | 'One line description of project.',
|
219 | 219 | 'Miscellaneous',
|
220 | 220 | ),
|
|
0 commit comments