Investigate if we need to add a linter for Read the Docs #428
Labels
code quality
This PR has to do with improving code readability/quality ( refactoring, etc. )
Infrastructure
Changes related to project infrastructure ( CI/CD, deploy mechanism, etc. )
Read the docs may or may not perform sufficient linting for us. The purpose of this card is to investigate our linting options and add a linter if neededI did some research and found that we can still use
rst-lint
, but we need to allow the following two directives:automodule
toctree
The above can be done via https://github.com/twolfson/restructuredtext-lint#sphinx. I'll try to make a PR for this in the next few days. It will involve a custom script for the docs
The text was updated successfully, but these errors were encountered: