Skip to content

Commit 72da981

Browse files
committed
minor update
minor update
1 parent 4d2251a commit 72da981

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

doc/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ <h3>Navigation</h3>
106106
</div>
107107

108108
<div class="footer">
109-
&copy; Copyright 2016, gotostack.github.io.
110-
Last updated on &#39;Wed Aug 10 12:14:31 2016, commit 5da5fe2&#39;.
109+
&copy; Copyright 2016, LIU Yulong.
110+
Last updated on &#39;Wed Aug 10 12:14:31 2016, commit 4d2251a&#39;.
111111
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
112112
</div>
113113
<script type="text/javascript">

doc/html/objects.inv

2 Bytes
Binary file not shown.

doc/html/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<rss version="2.0"><channel><title>gotostack.github.io</title><link>https://gotostack.github.io</link><description /><copyright>2016, gotostack.github.io</copyright></channel></rss>
1+
<rss version="2.0"><channel><title>gotostack.github.io</title><link>https://gotostack.github.io</link><description /><copyright>2016, LIU Yulong</copyright></channel></rss>

doc/html/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ <h3>Navigation</h3>
9393
</div>
9494

9595
<div class="footer">
96-
&copy; Copyright 2016, gotostack.github.io.
97-
Last updated on &#39;Wed Aug 10 12:14:31 2016, commit 5da5fe2&#39;.
96+
&copy; Copyright 2016, LIU Yulong.
97+
Last updated on &#39;Wed Aug 10 12:14:31 2016, commit 4d2251a&#39;.
9898
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
9999
</div>
100100
<script type="text/javascript">

doc/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
# General information about the project.
6161
project = u'gotostack.github.io'
62-
copyright = u'%s, gotostack.github.io' % datetime.date.today().year
62+
copyright = u'%s, LIU Yulong' % datetime.date.today().year
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.
@@ -285,9 +285,6 @@
285285
# Allow duplicate toc entries.
286286
#epub_tocdup = True
287287

288-
html_static_path = ['goto_static']
289-
290-
291288
sphinx_to_github = True
292289
sphinx_to_github_verbose = True
293290
sphinx_to_github_encoding = "utf-8"

0 commit comments

Comments
 (0)