From 869a522cbc5244cf77c3013cb63539c309bfd616 Mon Sep 17 00:00:00 2001 From: x54-729 <17307130121@fudan.edu.cn> Date: Thu, 7 Jul 2022 11:51:57 +0000 Subject: [PATCH] update conf.py --- docs/source/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 01884ef7..812fb0ec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ copyright = '2022, fastNLP' author = 'fastNLP' # The short X.Y version -version = '0.8' +version = '1.0' # The full version, including alpha/beta/rc tags -release = '0.8.0' +release = '1.0.0-alpha' # -- General configuration --------------------------------------------------- @@ -45,6 +45,7 @@ extensions = [ 'sphinx.ext.todo', 'sphinx_autodoc_typehints', 'sphinx_multiversion', + 'nbsphinx', ] autodoc_default_options = { @@ -169,7 +170,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'fastNLP', 'fastNLP Documentation', - author, 'fastNLP', 'One line description of project.', + author, 'fastNLP', 'A fast NLP tool for programming.', 'Miscellaneous'), ]