Skip to content

Commit c6ba495

Browse files
committed
docs: Add a note about copyright
Signed-off-by: lbuque <1102390310@qq.com>
1 parent ad6ebad commit c6ba495

File tree

7 files changed

+63
-4
lines changed

7 files changed

+63
-4
lines changed

docs/Makefile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = zh_CN
9+
BUILDDIR = build/$(SOURCEDIR)
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
doxygen:
16+
doxygen
17+
18+
.PHONY: help Makefile #doxygen
19+
20+
# Catch-all target: route all unknown targets to Sphinx using the new
21+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
22+
%: Makefile #doxygen
23+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs/en/COPYRIGHT.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
************************
2+
Copyrights and Licenses
3+
************************
4+
5+
Software Copyrights
6+
====================
7+
8+
All original source code in this repository is Copyright (C) 2023 lbuque. This source code is licensed under the MIT license as described in the file LICENSE.
9+
10+
Documentation
11+
==============
12+
13+
* HTML version of API documentation uses the Sphinx theme sphinx_idf_theme, which is Copyright (c) 2013-2020 Dave Snider, Read the Docs. It is licensed under the MIT license.

docs/en/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Micropython LCD Library'
21-
copyright = '2022, lewin'
22-
author = 'lewin'
21+
copyright = '2022, lbuque'
22+
author = 'lbuque'
2323

2424
# The full version, including alpha/beta/rc tags
2525
release = 'master'

docs/en/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ esp32
6060
:maxdepth: 1
6161

6262
lcd
63+
64+
.. toctree::
65+
:maxdepth: 2
66+
67+
Copyrights <COPYRIGHT>

docs/zh_CN/COPYRIGHT.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
************************
2+
Copyrights and Licenses
3+
************************
4+
5+
Software Copyrights
6+
====================
7+
8+
All original source code in this repository is Copyright (C) 2023 lbuque. This source code is licensed under the MIT license as described in the file LICENSE.
9+
10+
Documentation
11+
==============
12+
13+
* HTML version of API documentation uses the Sphinx theme sphinx_idf_theme, which is Copyright (c) 2013-2020 Dave Snider, Read the Docs. It is licensed under the MIT license.

docs/zh_CN/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Micropython LCD Library'
21-
copyright = '2022, lewin'
22-
author = 'lewin'
21+
copyright = '2022, lbuque'
22+
author = 'lbuque'
2323

2424
# The full version, including alpha/beta/rc tags
2525
release = 'master'

docs/zh_CN/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ esp32
6060
:maxdepth: 1
6161

6262
lcd
63+
64+
.. toctree::
65+
:maxdepth: 2
66+
67+
版权 <COPYRIGHT>

0 commit comments

Comments
 (0)