Skip to content

Commit

Permalink
docs: add changelog to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 13, 2023
1 parent 15c1166 commit defdaae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. _changelog:

.. include:: ../../CHANGELOG.md
:parser: myst_parser.sphinx_
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx_copybutton",
"myst_parser",
]
templates_path = ["_templates"]
exclude_patterns = [
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
:caption: Contents:

api
changelog
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ changelog = "https://github.com/jolars/sortedl1/blob/main/CHANGELOG.md"
tracker = "https://github.com/jolars/sortedl1/issues"

[project.optional-dependencies]
docs = ["sphinx", "furo", "sphinx-copybutton"]
docs = ["sphinx", "furo", "sphinx-copybutton", "myst-parser"]

[tool.scikit-build]
build-dir = "build/{wheel_tag}"
Expand Down

0 comments on commit defdaae

Please sign in to comment.