Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55dccee + 2637553 commit 78f245fCopy full SHA for 78f245f
1 file changed
docs/source/conf.py
@@ -68,12 +68,12 @@
68
# The suffix of source filenames.
69
source_suffix = '.rst'
70
71
-if iprelease['_version_extra']:
+if iprelease['_version_extra'] == 'dev':
72
rst_prolog = """
73
.. note::
74
75
This documentation is for a development version of IPython. There may be
76
- significant differences from the latest stable release (1.2.1).
+ significant differences from the latest stable release.
77
78
"""
79
@@ -82,7 +82,7 @@
82
83
# General substitutions.
84
project = 'IPython'
85
-copyright = '2008, The IPython Development Team'
+copyright = 'The IPython Development Team'
86
87
# ghissue config
88
github_project_url = "https://github.com/ipython/ipython"
0 commit comments