From c9b0cec5b890e6c080c0c05061efa68117e68af1 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Sun, 21 Dec 2014 22:00:59 -0800 Subject: Include ttl in index --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 8ba3bd55a..b70feab4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, chrislusf, ernado' # built documents. # # The short X.Y version. -version = '0.63' +version = '0.67' # The full version, including alpha/beta/rc tags. -release = '0.63' +release = '0.67' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3 From 7471bccb9bd0705725c838b867f3edde72ab082d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 5 Jan 2015 23:24:12 -0800 Subject: Adjust document script. --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/conf.py') 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()] -- cgit v1.2.3