File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1- name : Build Sphinx Documentation
1+ name : Build Sphinx Docs
22
33on :
44 push :
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - name : Checkout repository
14+ - name : Checkout code
1515 uses : actions/checkout@v3
1616
1717 - name : Set up Python
2222 - name : Install dependencies
2323 run : |
2424 python -m pip install --upgrade pip
25- pip install -r docs/requirements.txt
25+ pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints
2626
27- - name : Build Sphinx docs
27+ - name : Build docs without make
2828 run : |
29- cd docs
30- make html
29+ sphinx-build -b html docs/source docs/build/html
Original file line number Diff line number Diff line change 11version : 2
22
33sphinx :
4- configuration : docs/conf.py
4+ configuration : docs/source/ conf.py
55
66python :
7- version : 3.8
7+ version : 3.11
88 install :
9- - requirements : docs/requirements.txt
9+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " novalad"
3- version = " 0.1.8 "
3+ version = " 0.1.9 "
44description = " Novalad: AI-powered platform for transforming unstructured documents like PDFs and PowerPoints into machine-readable, structured data."
55authors = [" Novalad <info@novalad.ai>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments