Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: add changelog (#71)
Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
  • Loading branch information
subotic and irinaschubert committed Jul 22, 2021
1 parent b884818 commit ce1feab
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -42,3 +42,7 @@ jobs:
make install-requirements
make install
make test
- name: build docs
run: |
make install-requirements
make build-docs
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -49,6 +49,7 @@ publish-docs: ## build and publish docs to Github Pages
.PHONY: install-requirements
install-requirements: ## install requirements
pip3 install -r requirements.txt
pip3 install -r docs/requirements.txt

.PHONY: install
install: ## install from source
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
@@ -0,0 +1 @@
{% include-markdown "../CHANGELOG.md" %}
5 changes: 4 additions & 1 deletion docs/requirements.txt
@@ -1,3 +1,6 @@

mkdocs
mkdocs-material
mkdocstrings
mkdocs-material
mkdocs-material-extensions
mkdocs-include-markdown-plugin
5 changes: 5 additions & 0 deletions mkdocs.yml
Expand Up @@ -13,6 +13,7 @@ nav:
- Bulk data import: dsp-tools-xmlupload.md
- Excel file processing: dsp-tools-excel.md
- Information for developers: dsp-tools-information-for-developers.md
- Changelog: changelog.md

theme:
name: material
Expand All @@ -25,3 +26,7 @@ theme:
tabs: false
extra_css:
- 'assets/style/theme.css'

plugins:
- search
- include-markdown

0 comments on commit ce1feab

Please sign in to comment.