Skip to content

Commit

Permalink
Merge pull request #27 from calliope-project/feature-mkdocs
Browse files Browse the repository at this point in the history
Fix - mermaid and committers plugin fixes
  • Loading branch information
irm-codebase authored Aug 23, 2024
2 parents 23fbb64 + 291f2fa commit 92657a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: |
pip install mkdocs-material
pip install mkdocs-mermaid2-plugin
pip install mkdocs-git-committers-plugin-2
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dependencies:
- ruff >= 0.6.2
- snakefmt >= 0.10.2
- pip:
- mkdocs-mermaid2-plugin >= 1.1.0
- mkdocs-git-committers-plugin-2 >= 2.3.0
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ site_name: Easy Energy Modules
site_url: https://calliope-project.github.io/ec_modules/
repo_name: ec_modules
repo_url: https://github.com/calliope-project/ec_modules/
edit_uri: edit/main/docs/
theme:
name: material
features:
Expand Down

0 comments on commit 92657a3

Please sign in to comment.