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
|
||||
- name: Build Docs
|
||||
run: |
|
||||
cp LICENSE docs/source/LICENSE.md
|
||||
cd docs
|
||||
sphinx-apidoc -o ./source/ ../src/ -M --no-toc
|
||||
rm ./source/*.rst
|
||||
|
|
Loading…
Reference in New Issue