docs CD: LICENSE added to docs
This commit is contained in:
parent
38eda3edcf
commit
1c07ffea36
|
@ -29,6 +29,7 @@ jobs:
|
||||||
run: python ./docs/source/render_examples.py
|
run: python ./docs/source/render_examples.py
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: |
|
run: |
|
||||||
|
cp LICENSE docs/source/LICENSE.md
|
||||||
cd docs
|
cd docs
|
||||||
sphinx-apidoc -o ./source/ ../src/ -M --no-toc
|
sphinx-apidoc -o ./source/ ../src/ -M --no-toc
|
||||||
rm ./source/*.rst
|
rm ./source/*.rst
|
||||||
|
|
Loading…
Reference in New Issue