Skip to content

Commit e6849c0

Browse files
authored
adding changelog in docs (#22)
1 parent 8d5fc8c commit e6849c0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Change Log
22

3-
## 0.1.0
4-
- Initial release -- moved out of nbconvert 6.0.0-a0
3+
See the [nbclient documentation](https://nbclient.readthedocs.io/changelog.html)

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## 0.1.0
4+
- Initial release -- moved out of nbconvert 6.0.0-a0

docs/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222

2323
sys.path.insert(0, os.path.abspath('..'))
2424

25-
import recommonmark
26-
from recommonmark.parser import CommonMarkParser
27-
2825
# -- General configuration ------------------------------------------------
2926

3027
# If your documentation needs a minimal Sphinx version, state it here.
@@ -39,13 +36,12 @@
3936
'sphinx.ext.intersphinx',
4037
'sphinx.ext.mathjax',
4138
'sphinx.ext.napoleon',
39+
'recommonmark'
4240
]
4341

4442
# Add any paths that contain templates here, relative to this directory.
4543
templates_path = ['_templates']
4644

47-
source_parsers = {'.md': CommonMarkParser}
48-
4945
# The suffix(es) of source filenames.
5046
# You can specify multiple suffix as a list of string:
5147
#

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ These pages guide you through the installation and usage of nbclient.
3434

3535
installation
3636
client
37+
changelog
3738

3839

3940
API Reference

docs/requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sphinx>=1.7
22
sphinx_rtd_theme
3-
recommonmark==0.4.0
3+
recommonmark
44
mock
55
moto

0 commit comments

Comments
 (0)