Fix docs building#2155
Conversation
We need to dig in a bit more. RTD still has 5.3.0 as default, we should check if enforcing 6.x works out (I will enable RTD builds for this branch). Btw, for |
|
✔️ 430a636 -> Azure artifacts URL |
|
Not sure why in the NEURON Documentation CI and RTD there are multiple and old versions of packages installed which are so old that they don't work with python 3.10-11 🤔 |
RTD uses miniconda whereas GH uses venv. Generally RTD follows along shortly after.. |
|
Not sure what was the issue in my local machine with this. It looks like |
pip install docs/docs_requirements.txtbrings nowsphinx 6.1.3where the API has changed and we should remove theRemovedInSphinx60Warningsince it's no longer available@alexsavulescu this failed locally but I'm wondering whether this fails in RTD as well