Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Fix pip install problem with Pygments version
Recently `python setup.py build_sphinx` started failing with: pkg_resources.VersionConflict: (Pygments 2.3.1 (/usr/lib/python3/dist-packages), Requirement.parse('Pygments>=2.12')) The reason is that `doc8` 1.0.0 installs `Pygments` 2.3.1, then `Sphinx` 5.3.0 needs `Pygments` ≥ 2.12. The easiest fix is to change the install order.
- Loading branch information