Skip to content

Commit 3b27223

Browse files
authored
Merge pull request #71 from antmicro/chips
Docs: rename to CHIPS
2 parents 54f6208 + ec0cacd commit 3b27223

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 The SymbiFlow Authors.
1+
# Copyright (C) 2017-2021 F4PGA Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ MAKEDIR := $(dir $(lastword $(MAKEFILE_LIST)))
2424
SPHINXOPTS =
2525
SPHINXBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-build
2626
SPHINXAUTOBUILD = [ -e env/bin/activate ] && source env/bin/activate; sphinx-autobuild
27-
SPHINXPROJ = SymbiFlowFIF
27+
SPHINXPROJ = FPGAIF
2828
SOURCEDIR = .
2929
BUILDDIR = _build
3030
OSFLAG =

docs/conf.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2017-2021 The SymbiFlow Authors.
4+
# Copyright (C) 2017-2021 F4PGA Authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
1717
#
1818
# SPDX-License-Identifier: Apache-2.0
1919

20-
# SymbiFlow Interchange-schema documentation build configuration file,
20+
# Interchange-schema documentation build configuration file,
2121
# created by sphinx-quickstart on Mon Feb 5 11:04:37 2018.
2222
#
2323
# This file is execfile()d with the current directory set to its
@@ -70,16 +70,16 @@
7070
master_doc = 'index'
7171

7272
# 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'
7676

7777
# Enable github links when not on readthedocs
7878
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
7979
if not on_rtd:
8080
html_context = {
8181
"display_github": True, # Integrate GitHub
82-
"github_user": "symbiflow", # Username
82+
"github_user": "chipsalliance", # Username
8383
"github_repo": "fpga-interchange-schema", # Repo name
8484
"github_version": "master", # Version
8585
"conf_py_path": "/docs/",
@@ -130,8 +130,8 @@
130130
# documentation.
131131
#
132132
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',
135135
}
136136

137137
# Add any paths that contain custom static files (such as style sheets) here,
@@ -183,8 +183,8 @@
183183
(
184184
master_doc,
185185
'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',
188188
'manual',
189189
),
190190
]
@@ -197,7 +197,7 @@
197197
(
198198
master_doc,
199199
'fpga-interchange-schema',
200-
u'SymbiFlow FPGA Interchange Format Documentation',
200+
u'FPGA Interchange Format Documentation',
201201
[author],
202202
1,
203203
),
@@ -211,10 +211,10 @@
211211
texinfo_documents = [
212212
(
213213
master_doc,
214-
'SymbiFlowFIFM',
215-
u'SymbiFlow FPGA Interchange Format Documentation',
214+
'FPGAIFM',
215+
u'FPGA Interchange Format Documentation',
216216
author,
217-
'SymbiFlowFIF',
217+
'FPGAFIF',
218218
'One line description of project.',
219219
'Miscellaneous',
220220
),

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2021 The SymbiFlow Authors.
1+
# Copyright (C) 2017-2021 F4PGA Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/SymbiFlow/sphinx_symbiflow_theme.git#egg=sphinx_symbiflow_theme
1+
git+https://github.com/SymbiFlow/sphinx_symbiflow_theme.git@chips#egg=sphinx_symbiflow_theme
22

33
docutils
44
sphinx

0 commit comments

Comments
 (0)