Skip to content

Commit

Permalink
Doc: added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Nov 17, 2023
1 parent d76ad04 commit a5102e9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PlotPy Releases #
# Changelog #

## Version 2.0.1 ##

Expand Down
2 changes: 2 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.. include:: ../CHANGELOG.md
:parser: myst_parser.sphinx_
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# -- General configuration ---------------------------------------------------
extensions = [
"sphinx.ext.autodoc",
"myst_parser",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ Table of contents
intro/index
features/index
dev/index
changelog

* :ref:`genindex`
3 changes: 3 additions & 0 deletions doc/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Optional modules for building the documentation:
* - sphinx
-
- Python documentation generator
* - myst_parser
-
- An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
* - sphinx-copybutton
-
- Add a copy button to each of your code cells.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dev = ["black", "isort", "pylint", "Coverage", "Cython"]
doc = [
"PyQt5",
"sphinx",
"myst_parser",
"sphinx-copybutton",
"sphinx_qt_documentation",
"python-docs-theme",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ pytest-qt
pytest-xvfb
python-docs-theme
sphinx
myst_parser
sphinx-copybutton
sphinx_qt_documentation

0 comments on commit a5102e9

Please sign in to comment.