fix docs
This commit is contained in:
parent
ac37214fc6
commit
8cffd5b9b8
8
.github/workflows/update-docs.yml
vendored
8
.github/workflows/update-docs.yml
vendored
@ -21,19 +21,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies & generate Docs
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get install python3-sphinx
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Generate Docs
|
|
||||||
run: |
|
|
||||||
sudo apt-get install python3-sphinx
|
|
||||||
pip install sphinxemoji sphinx_rtd_theme recommonmark
|
pip install sphinxemoji sphinx_rtd_theme recommonmark
|
||||||
cd docsource && make github && cd ..
|
cd docsource && make github && cd ..
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user