Skip to content

Commit 02f2e14

Browse files
author
Matt Sokoloff
committed
update docs
1 parent 73fd5f7 commit 02f2e14

File tree

4 files changed

+1
-466
lines changed

4 files changed

+1
-466
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
run: |
2929
python setup.py sdist bdist_wheel
3030
31-
- name: Update help docs
32-
run: |
33-
python setup.py install
34-
python ./tools/api_reference_generator.py ${{ secrets.HELPDOCS_API_KEY }}
35-
3631
- name: Publish
3732
env:
3833
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2021, Labelbox'
2222
author = 'Labelbox'
2323

24-
release = '2.6.0'
24+
release = '3.0.0-rc0'
2525

2626
# -- General configuration ---------------------------------------------------
2727

docs/source/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ AssetAttachment
2121
:members:
2222
:show-inheritance:
2323

24-
AssetMetadata
25-
--------------------------------------
26-
27-
.. automodule:: labelbox.schema.asset_metadata
28-
:members:
29-
:show-inheritance:
3024

3125
Benchmark
3226
--------------------------------

0 commit comments

Comments
 (0)