0

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?

mzjn
  • 48,958
  • 13
  • 128
  • 248
Tomas
  • 503
  • 2
  • 7
  • 15
  • 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

0 Answers0