Skip to content

Commit

Permalink
Include changelog in documentation (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Apr 11, 2019
1 parent 18b8e06 commit 861e3cc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changelog

## 2018.10.17

- Fix bug where empty parametrized sessions would fail. (#151)
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'recommonmark',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -44,7 +45,7 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']

# The encoding of source files.
#source_encoding = 'utf-8-sig'
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Welcome to Nox
config
usage
contrib
CHANGELOG

``nox`` is a command-line tool that automates testing in multiple Python environments, similar to `tox`_. Unlike tox, Nox uses a standard Python file for configuration.

Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pytest-cov
contexter
sphinx
sphinx-autobuild
recommonmark
witchhazel

0 comments on commit 861e3cc

Please sign in to comment.