aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2015-01-05 23:24:12 -0800
committerChris Lu <chris.lu@gmail.com>2015-01-05 23:24:12 -0800
commit7471bccb9bd0705725c838b867f3edde72ab082d (patch)
tree2eed5d989dbed27212e8a8bc69a029dee2a65675 /docs/conf.py
parent25568245cf3964df63b5982312363b517595d8c9 (diff)
downloadseaweedfs-7471bccb9bd0705725c838b867f3edde72ab082d.tar.xz
seaweedfs-7471bccb9bd0705725c838b867f3edde72ab082d.zip
Adjust document script.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b70feab4e..66fc9b3b4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,8 +43,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'weed-fs'
-copyright = u'2014, chrislusf, ernado'
+project = u'seaweed-fs'
+copyright = u'2015, chrislusf, ernado'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -240,8 +240,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'weed-fs', u'weed-fs Documentation',
- u'chrislusf, ernado', 'weed-fs', 'One line description of project.',
+ ('index', 'seaweed-fs', u'seaweed-fs Documentation',
+ u'chrislusf, ernado', 'seaweed-fs', 'One line description of project.',
'Miscellaneous'),
]
@@ -263,4 +263,4 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
- html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] \ No newline at end of file
+ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]