Skip to content

Commit

Permalink
merge: Merge pull request #24 from DSD-DBS/add-docs
Browse files Browse the repository at this point in the history
Update model architecture and use diagram in index page
  • Loading branch information
ewuerger committed Feb 6, 2023
2 parents f6998d9 + 59922f6 commit 2a053b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Upgrade pip
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ Documentation = "https://dsd-dbs.github.io/capella-rm-bridge"

[project.optional-dependencies]
docs = [
"sphinx",
"furo",
"nbsphinx",
"pyyaml",
"sphinx-argparse-cli",
"sphinx-autobuild",
"sphinx-rtd-theme",
"sphinx",
"tomli",
]

Expand Down

0 comments on commit 2a053b0

Please sign in to comment.