Skip to content

Commit fc70e73

Browse files
committed
Tweaks to conf file
1 parent ee42333 commit fc70e73

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Tutorial/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949

5050
# General information about the project.
5151
project = u'Hodgkin Huxley Tutorial'
52-
copyright = u'2014, Joe Bowen'
52+
copyright = u'2014-2022, Joe Bowen & OpenWorm project'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.1'
59+
version = '0.1.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.1'
61+
release = '0.1.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
@@ -132,7 +132,7 @@
132132
# Add any paths that contain custom static files (such as style sheets) here,
133133
# relative to this directory. They are copied after the builtin static files,
134134
# so a file named "default.css" will overwrite the builtin "default.css".
135-
html_static_path = ['_static']
135+
##html_static_path = ['_static']
136136

137137
# Add any extra paths that contain custom files (such as robots.txt or
138138
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)