Skip to content

Commit a5102e9

Browse files
committed
Doc: added changelog
1 parent d76ad04 commit a5102e9

File tree

7 files changed

+10
-1
lines changed

7 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PlotPy Releases #
1+
# Changelog #
22

33
## Version 2.0.1 ##
44

doc/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.. include:: ../CHANGELOG.md
2+
:parser: myst_parser.sphinx_

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# -- General configuration ---------------------------------------------------
1919
extensions = [
2020
"sphinx.ext.autodoc",
21+
"myst_parser",
2122
"sphinx.ext.todo",
2223
"sphinx.ext.viewcode",
2324
"sphinx.ext.intersphinx",

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ Table of contents
5050
intro/index
5151
features/index
5252
dev/index
53+
changelog
5354

5455
* :ref:`genindex`

doc/requirements.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Optional modules for building the documentation:
7272
* - sphinx
7373
-
7474
- Python documentation generator
75+
* - myst_parser
76+
-
77+
- An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
7578
* - sphinx-copybutton
7679
-
7780
- Add a copy button to each of your code cells.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dev = ["black", "isort", "pylint", "Coverage", "Cython"]
5151
doc = [
5252
"PyQt5",
5353
"sphinx",
54+
"myst_parser",
5455
"sphinx-copybutton",
5556
"sphinx_qt_documentation",
5657
"python-docs-theme",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ pytest-qt
1515
pytest-xvfb
1616
python-docs-theme
1717
sphinx
18+
myst_parser
1819
sphinx-copybutton
1920
sphinx_qt_documentation

0 commit comments

Comments
 (0)