Document --change-time in web-based docs' command line reference (#1471)

* Document change-time in command line reference
* Keep mkdocs version under 1.3 both locally and for readthedocs
This commit is contained in:
Micah Jerome Ellison 2022-05-21 14:13:24 -07:00 committed by GitHub
parent 663f151974
commit 11209b4b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 143 additions and 137 deletions

View file

@ -51,7 +51,7 @@ pytest-bdd = { version = ">=4.0.1", optional = true }
toml = { version = ">=0.10", optional = true }
[tool.poetry.dev-dependencies]
mkdocs = ">=1.0"
mkdocs = ">=1.0,<1.3"
black = { version = ">=21.5b2", allow-prereleases = true }
toml = ">=0.10"
pytest = ">=6.2"