You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Add configuration file for read the docs (#670)
Documentation builds on read the docs are currently failing. The
documentation build is trying to install all required pip packages for
development. It fails for one C-package that needs compilation.
The documentation build does not need all these packages. The
configuration can be changed in the admin panel of read the docs or
with a configuration file. A configuration file is the recommended way.
This commit introduces a basic configuration file for the read the docs
documentation build.
0 commit comments