diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 16:38:02 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 16:38:02 -0400 |
| commit | 2b0560eea7d91083d6ed0d5b0bfc50f82e970d04 (patch) | |
| tree | 58ddf0c139701d6ed6197109592b807d7f928b63 /api-docs/source/conf.py | |
| parent | deb657e0f5088ab2711d27d7b40235d6917ad238 (diff) | |
remove C++ as well for now, default to just python
Diffstat (limited to 'api-docs/source/conf.py')
| -rw-r--r-- | api-docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index ac236052..42bcfb87 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -72,7 +72,7 @@ source_suffix = '.rst' # source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'index' +master_doc = 'python' # General information about the project. project = u'Binary Ninja API' |
