Skip to content

Commit

Permalink
Merge pull request #190 from NASA-AMMOS/issue-188
Browse files Browse the repository at this point in the history
Issue #188 - Fix readthedocs build for DSN
  • Loading branch information
nttoole committed Jul 18, 2022
2 parents a9f03e3 + dab34cf commit 6dd2302
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
7 changes: 0 additions & 7 deletions doc/source/ait.dsn.bin.ait_sle_bridge.rst

This file was deleted.

5 changes: 0 additions & 5 deletions doc/source/ait.dsn.bin.ait_sle_interface_manager.rst

This file was deleted.

2 changes: 0 additions & 2 deletions doc/source/ait.dsn.bin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Submodules

ait.dsn.bin.ait_cfdp_mock_server
ait.dsn.bin.ait_cfdp_start_sender
ait.dsn.bin.ait_sle_bridge
ait.dsn.bin.ait_sle_interface_manager
ait.dsn.bin.ait_encrypt

Module contents
Expand Down
6 changes: 3 additions & 3 deletions doc/source/ait.dsn.plugins.vcid_routing.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ait.core.plugins.vcid_routing module
ait.dsn.plugins.vcid_routing module
======================================

.. automodule:: ait.core.plugins.vcid_routing
.. automodule:: ait.dsn.plugins.vcid_routing
:members:
:undoc-members:
:show-inheritance:
:show-inheritance:
5 changes: 5 additions & 0 deletions doc/source/ait.dsn.sle.util.sle_interface_manager.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ait.dsn.bin.ait\_sle\_interface\_manager Module
===============================================

.. autobottle:: ait.dsn.sle.util.sle_interface_manager:SLEInterfaceManager().api
:include-empty-docstring:
7 changes: 7 additions & 0 deletions doc/source/ait.dsn.sle.util.sle_interface_mgr_server.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ait.dsn.sle.util.sle\_interface\_mgr\_server Module
===============================================

.. automodule:: ait.dsn.sle.util.sle_interface_mgr_server
:members:
:undoc-members:
:show-inheritance:
4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import gevent
import gevent.monkey
gevent.monkey.patch_all()

import sys
import os

Expand Down
2 changes: 1 addition & 1 deletion doc/source/encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ We recommend that these steps be captured in a environment setup script.
## Without this, we get error along lines of:
## /lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b
## ..when loading the KMC Client.
set LD_PRELOAD_LIB = /usr/lib64/libcrypto.so.1.1
setenv LD_PRELOAD = /usr/lib64/libcrypto.so.1.1

From this point, the AIT KMC wrapper should be able to load all libraries and Python modules.

Expand Down

0 comments on commit 6dd2302

Please sign in to comment.