-
ProblemWe run into a build error when including a function alike the one below in one of our modules that forms the API; we believe the problem stems from the match-case code chunk. Example functionSpecifically, we specify a function as follows: Sphinx requirementsOur documentation relies on Sphinx with the current requirements: or you can also access the configuration file under this link. Would you have any suggestions on how to proceed or solve the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
You are running a very old version of Sphinx. We only provide free support for running with the latest release (v9). Please could you paste the logs you get from running, including any errors or warnings? A |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick response! I’ve attached the full Sphinx build logs below. If we’re not able to identify a clear root cause from the logs, do you have any guidance on how to upgrade to the latest Sphinx release while minimizing dependency conflicts? Happy to provide any additional diagnostics if needed. Logs |
Beta Was this translation helpful? Give feedback.
-
|
We managed to resolve the problem by updating Sphinx and related dependencies to the following: Also, changing to in the actions workflow was necessary. Thank you for your support! |
Beta Was this translation helpful? Give feedback.
We managed to resolve the problem by updating Sphinx and related dependencies to the following:
Also, changing
to
in the actions workflow was necessary.
Thank you for your support!