mirror of https://github.com/Nonannet/pyhoff.git
doc generation installs pyhoff for auto class list generation
This commit is contained in:
parent
e53f336d27
commit
033c833126
|
@ -19,9 +19,12 @@ jobs:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install sphinx sphinx_rtd_theme sphinx-autodoc-typehints myst-parser
|
run: pip install sphinx sphinx_rtd_theme sphinx-autodoc-typehints myst-parser
|
||||||
|
- name: Generate Class List
|
||||||
|
run: |
|
||||||
|
pip install .
|
||||||
|
python ./docs/source/generate_class_list.py
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: |
|
run: |
|
||||||
python ./docs/source/generate_class_list.py
|
|
||||||
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