I noticed that the Sphinx configuration has version 0.8.4 had-coded in it:
First of all, I the state of the docs originally committed here actually comes from 0.8.10.
This is unnecessary and it's very easy to forget to update this - it will make the docs show and old version even when the repo gets updated to be in sync with main Solidity docs. I see that the repository now contains CMakeLists.txt and the original config can simply extract version from it. The new translation bot will keep autmatically updating the file in its PRs to keep the version up to date.
I noticed that the Sphinx configuration has version 0.8.4 had-coded in it:
fa-persian/docs/conf.py
Line 75 in ee8f4e9
First of all, I the state of the docs originally committed here actually comes from 0.8.10.
This is unnecessary and it's very easy to forget to update this - it will make the docs show and old version even when the repo gets updated to be in sync with main Solidity docs. I see that the repository now contains
CMakeLists.txtand the original config can simply extract version from it. The new translation bot will keep autmatically updating the file in its PRs to keep the version up to date.