Skip to content

Solidity version should not be hard-coded in conf.py #35

@cameel

Description

@cameel

I noticed that the Sphinx configuration has version 0.8.4 had-coded in it:

version="0.8.4"

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions