File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,14 +27,12 @@ jobs:
2727 - name : Build documentation
2828 run : |
2929 # use sphinx to build the documentation
30- #
31- #/home/runner/.local/bin/sphinx-build -b html ./docs/source ./docs/build
32- sphinx-build -b html ./docs ./build
30+ sphinx-build -b html ./docs-source ./docs
3331
3432 - name : Deploy 🚀
3533 uses : JamesIves/github-pages-deploy-action@4.1.3
3634 with :
3735 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3836 BRANCH : gh-pages # The branch the action should deploy to.
39- FOLDER : ./build # The folder the action should deploy.
37+ FOLDER : ./docs # The folder the action should deploy.
4038 CLEAN : true # Automatically remove deleted files from the deploy branch
Original file line number Diff line number Diff line change 11.vscode /
22__pycache__
3- build /
3+ docs /
44dist /
55html /
66
Original file line number Diff line number Diff line change 99This Python project implements the REST API of [ SW360] ( https://www.eclipse.org/sw360/ )
1010and allows an easy way to interact with SW360.
1111
12+ ## Documentation
13+
14+ Have a look at the documentation: https://sw360.github.io/sw360python/
15+
16+
1217## Usage
1318
1419### Installation
@@ -48,7 +53,7 @@ Install fossology and required dependencies:
4853The documentation of the project is built using Sphinx:
4954
5055``` python
51- poetry run sphinx- build .\docs build \
56+ poetry run sphinx- build .\docs-source\ .\docs \
5257```
5358
5459#### Building Python package
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments