diff --git a/docs/source/changelog.md b/docs/source/changelog.md new file mode 100644 index 0000000..3139cd4 --- /dev/null +++ b/docs/source/changelog.md @@ -0,0 +1,2 @@ +```{include} ../../CHANGELOG.md +``` diff --git a/docs/source/conf.py b/docs/source/conf.py index fc0530c..ceeb318 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ copyright = 'Sebastiaan P. Huber 2022 - 2023' release = aiida_shell.__version__ -extensions = ['sphinx_copybutton', 'sphinx_click', 'sphinx.ext.intersphinx'] +extensions = ['myst_parser', 'sphinx_copybutton', 'sphinx_click', 'sphinx.ext.intersphinx'] html_theme = 'pydata_sphinx_theme' html_theme_options = { diff --git a/docs/source/index.rst b/docs/source/index.rst index 9451f02..38d640a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -82,3 +82,4 @@ Please refer to the `CITATION.cff