Commit 5e49855d by zhangbo

adjust project name and version

1 parent 685e0ed3
Showing with 5 additions and 7 deletions
...@@ -51,20 +51,18 @@ templates_path = ['_templates'] ...@@ -51,20 +51,18 @@ templates_path = ['_templates']
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Recommonmark' project = u'Seetatech'
copyright = u'2015, Luca Barbato, Eric Holscher, and contributors' copyright = u'2020, Kevin, and contributors'
author = u'Luca Barbato, Eric Holscher, and contributors' author = u'Kevin and contributors'
github_doc_root = 'https://github.com/rtfd/recommonmark/tree/master/docs/'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = recommonmark.__version__ version = '0.0.1'
# The full version, including alpha/beta/rc tagss # The full version, including alpha/beta/rc tagss
release = recommonmark.__version__ release = '0.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!