Skip to content

Commit acac48f

Browse files
committed
fix: add autoapi/index to toctree explicitly
1 parent c505c89 commit acac48f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
# -- AutoAPI -----------------------------------------------------------------
7979
autoapi_type = 'python'
8080
autoapi_dirs = ['../sklearn_pmml_model']
81+
autoapi_add_toctree_entry = False
8182

8283

8384
def setup(app):

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ A library to effortlessly import models trained on different platforms and with
4848
:caption: Contents:
4949

5050
Install <install>
51+
API Reference <autoapi/index>
5152
Contribute <contributing>
5253
Release notes <release_notes>
5354

0 commit comments

Comments
 (0)