diff options
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/environment.yml b/environment.yml index e2e6b95..a8347fe 100644 --- a/environment.yml +++ b/environment.yml @@ -38,10 +38,10 @@ dependencies: - build # `python -m build` # `cd docs && pymake` - mkdocs-material -- pydoc-markdown - pygments - pymdown-extensions - pip: - py-make >=0.1.0 # `make/pymake` - mkdocs-minify-plugin # `cd docs && pymake` - - git+https://github.com/tqdm/jsmin@python3-only#egg=jsmin # `cd docs && pymake` + - git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin # `cd docs && pymake` + - pydoc-markdown >=4.6 # `cd docs && pymake` |