Compare commits
2 Commits
692c9513c0
...
59b7c31554
| Author | SHA1 | Date | |
|---|---|---|---|
|
59b7c31554
|
|||
|
17453aa1bc
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -102,8 +102,8 @@ jobs:
|
||||
sudo apt-get install -y --no-install-recommends make doxygen
|
||||
- name: Test C API docs generation
|
||||
run: |
|
||||
cd profanity/apidocs/c/
|
||||
rm -rf html && doxygen c-prof.conf
|
||||
cd apidocs/c/
|
||||
doxygen c-prof.conf
|
||||
|
||||
test-python-api-docs:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -116,5 +116,5 @@ jobs:
|
||||
sudo apt-get install -y --no-install-recommends make python3-sphinx
|
||||
- name: Test Python API docs generation
|
||||
run: |
|
||||
cd profanity/apidocs/python/
|
||||
cd apidocs/python/
|
||||
sphinx-apidoc -f -o . src && make -j$(nproc) xml
|
||||
|
||||
Reference in New Issue
Block a user