fix : remove AttrJSONSerializer from autodoc classes to document (#433)
* fix : remove AttrJSONSerializer from autodoc classes to document Signed-off-by: naveen <[email protected]> * Update CHANGELOG.md Signed-off-by: naveen <[email protected]> * ci: check if docs are built successfully Signed-off-by: naveen <[email protected]> --------- Signed-off-by: naveen <[email protected]>
This commit is contained in:
@@ -52,3 +52,22 @@ jobs:
|
||||
- name: Check with Twine
|
||||
working-directory: dist
|
||||
run: twine check *
|
||||
|
||||
test-docs-build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
- name: Check if Sphinx docs are built
|
||||
run: |
|
||||
pip install -e .[docs]
|
||||
cd docs
|
||||
make html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user