Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions doc/aerospike.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
Overview
========

.. module:: aerospike
:platform: 64-bit Linux and OS X
:synopsis: Aerospike client for Python.
.. automodule:: aerospike

``aerospike`` is a package which provides a Python client for Aerospike database clusters.

Expand Down
5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __getattr__(cls, name):
return MagicMock()


sys.modules.update({"aerospike": Mock()})
# sys.modules.update({"aerospike": Mock()})

# sys.path.append(os.path.abspath('/usr/local/lib/python2.7/site-packages/aerospike-1.0.44-py2.7-macosx-10.9-x86_64.egg/'))

Expand All @@ -39,7 +39,8 @@ def __getattr__(cls, name):
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinxcontrib.spelling"
"sphinxcontrib.spelling",
"sphinx.ext.autosummary"
]
napoleon_google_docstring = True
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
Expand Down
Loading