Skip to content

Commit 7123f16

Browse files
author
Phil Rzewski
committed
Sphinx config changes to make ReadTheDocs work
1 parent 65d725b commit 7123f16

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# add these directories to sys.path here. If the directory is relative to the
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
#
19-
# import os
20-
# import sys
21-
# sys.path.insert(0, os.path.abspath('.'))
19+
import os
20+
import sys
21+
sys.path.insert(0, os.path.abspath('..'))
2222

2323

2424
# -- General configuration ------------------------------------------------

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Sysdig Cloud Python Script Library
1313

1414
Function List
1515
=============
16-
.. autoclass:: sdcclient._client.SdcClient
16+
.. py:module:: sdcclient
17+
.. autoclass:: SdcClient
1718
:members:
1819
:undoc-members:

0 commit comments

Comments
 (0)