Is there a way to include an external library when building the Sphinx documentation? Specifically, I try to build the documentation on readthedocs but the Python package relies on an external Fortran library which has to be build and added to the LD_LIBRARY_PATH. Otherwise, some of the import statements will cause an error. Is this possible with the Sphinx configuration file?
Asked
Active
Viewed 324 times
0
-
Did you [read the docs on specifying dependencies on Read the Docs](https://docs.readthedocs.io/en/stable/guides/specifying-dependencies.html)? – Steve Piercy Apr 14 '20 at 23:32
-
Yes but it only seems to explain how to specify any Python dependencies. – Tomas Apr 15 '20 at 13:43