Running the new format-docsmake directive which auto-formats Sphnix docs. This requires a tool not currently available in defaults, so I manually installed it with pip and made a note in the Makefile
If this gets merged and approved, I plan to do something similar for
anaconda-linter
perseverance-scripts
anaconda-packaging-utls
The later two projects should already be exclusively using Sphinx notation, so those should be strictly auto-formatting PRs
NOTE:
There is one bug fix in here. I noticed some files were transitively importing RendererType from the original source file. So I went ahead and fixed that issue as well.
I also still cannot find a way to have pylint enforce this style.
This was done by
format-docs
make
directive which auto-formats Sphnix docs. This requires a tool not currently available indefaults
, so I manually installed it withpip
and made a note in theMakefile
If this gets merged and approved, I plan to do something similar for
anaconda-linter
perseverance-scripts
anaconda-packaging-utls
The later two projects should already be exclusively using Sphinx notation, so those should be strictly auto-formatting PRsNOTE: There is one bug fix in here. I noticed some files were transitively importing
RendererType
from the original source file. So I went ahead and fixed that issue as well.I also still cannot find a way to have
pylint
enforce this style.